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