#[repr(C)]pub struct I2scfgrW { /* private fields */ }
Implementations§
Source§impl I2scfgrW
impl I2scfgrW
Sourcepub fn reset_value() -> Self
pub fn reset_value() -> Self
Reset value
Trait Implementations§
Auto Trait Implementations§
impl Freeze for I2scfgrW
impl RefUnwindSafe for I2scfgrW
impl Send for I2scfgrW
impl Sync for I2scfgrW
impl Unpin for I2scfgrW
impl UnwindSafe for I2scfgrW
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