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