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