pub struct opaqueCMSampleBuffer(/* private fields */);Trait Implementations§
Source§impl RefEncode for opaqueCMSampleBuffer
Available on crate feature objc only.
impl RefEncode for opaqueCMSampleBuffer
Available on crate feature
objc only.Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
Auto Trait Implementations§
impl Freeze for opaqueCMSampleBuffer
impl RefUnwindSafe for opaqueCMSampleBuffer
impl Send for opaqueCMSampleBuffer
impl Sync for opaqueCMSampleBuffer
impl Unpin for opaqueCMSampleBuffer
impl UnwindSafe for opaqueCMSampleBuffer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more