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