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