#[repr(C)]pub struct log {}
Trait Implementations§
impl Copy for log
Auto Trait Implementations§
impl RefUnwindSafe for log
impl Send for log
impl Sync for log
impl Unpin for log
impl UnwindSafe for log
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