func copyBytes <DestinationType, R>( to: UnsafeMutableBufferPointer<DestinationType>, from: R)
Copies a range of the bytes from the type into a typed memory buffer.
その型からあるバイト範囲をある型付きメモリバッファにコピーします。
Available when
Self
conforms to ContiguousBytes
.
Self
がContiguousBytes
に準拠する場合に利用可能です。
func copyBytes <DestinationType, R>( to: UnsafeMutableBufferPointer<DestinationType>, from: R) -> Int
Copies a range of the bytes from the type into a typed memory buffer.
その型からあるバイト範囲をある型付きメモリバッファにコピーします。
func copyBytes <R>(to: UnsafeMutableRawBufferPointer, from: R) -> Int
Copies a range of the bytes from the type into a raw memory buffer.
その型からあるバイト範囲をある生メモリバッファにコピーします。