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