pub struct WwdgrstR { /* private fields */ }
Expand description
Value of the field WWDGRST
Implementations§
Auto Trait Implementations§
impl Freeze for WwdgrstR
impl RefUnwindSafe for WwdgrstR
impl Send for WwdgrstR
impl Sync for WwdgrstR
impl Unpin for WwdgrstR
impl UnwindSafe for WwdgrstR
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