pub struct OpaqueCMBlockBuffer { /* private fields */ }Expand description
Opaque Apple SDK type OpaqueCMBlockBuffer.
Trait Implementations§
Source§impl Clone for OpaqueCMBlockBuffer
impl Clone for OpaqueCMBlockBuffer
Source§fn clone(&self) -> OpaqueCMBlockBuffer
fn clone(&self) -> OpaqueCMBlockBuffer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OpaqueCMBlockBuffer
impl Debug for OpaqueCMBlockBuffer
impl Copy for OpaqueCMBlockBuffer
Auto Trait Implementations§
impl Freeze for OpaqueCMBlockBuffer
impl RefUnwindSafe for OpaqueCMBlockBuffer
impl Send for OpaqueCMBlockBuffer
impl Sync for OpaqueCMBlockBuffer
impl Unpin for OpaqueCMBlockBuffer
impl UnsafeUnpin for OpaqueCMBlockBuffer
impl UnwindSafe for OpaqueCMBlockBuffer
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