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