#[repr(C)]pub struct AVBPrint {
_unused: [u8; 0],
}
Fields§
§_unused: [u8; 0]
Trait Implementations§
Auto Trait Implementations§
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