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