#[repr(C)]pub struct AVBPrint { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AVBPrint
impl RefUnwindSafe for AVBPrint
impl Send for AVBPrint
impl Sync for AVBPrint
impl Unpin for AVBPrint
impl UnwindSafe for AVBPrint
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