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