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