pub unsafe trait SCNBufferStream: NSObjectProtocol {
// Provided method
unsafe fn writeBytes_length(
&self,
bytes: NonNull<c_void>,
length: NSUInteger,
)
where Self: Sized + Message { ... }
}Available on crate feature
SCNShadable only.Expand description
Provided Methods§
Sourceunsafe fn writeBytes_length(&self, bytes: NonNull<c_void>, length: NSUInteger)
unsafe fn writeBytes_length(&self, bytes: NonNull<c_void>, length: NSUInteger)
§Safety
bytes must be a valid pointer.