pub struct CMBlockBuffer(/* private fields */);Implementations§
Trait Implementations§
Source§impl Hash for CMBlockBuffer
impl Hash for CMBlockBuffer
Source§impl PartialEq for CMBlockBuffer
impl PartialEq for CMBlockBuffer
impl Eq for CMBlockBuffer
impl Send for CMBlockBuffer
impl Sync for CMBlockBuffer
Auto Trait Implementations§
impl Freeze for CMBlockBuffer
impl RefUnwindSafe for CMBlockBuffer
impl Unpin for CMBlockBuffer
impl UnwindSafe for CMBlockBuffer
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