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