Struct OptsrWwdgSw
#[repr(transparent)]pub struct OptsrWwdgSw(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl OptsrWwdgSw
impl OptsrWwdgSw
Trait Implementations§
§impl Clone for OptsrWwdgSw
impl Clone for OptsrWwdgSw
§fn clone(&self) -> OptsrWwdgSw
fn clone(&self) -> OptsrWwdgSw
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Ord for OptsrWwdgSw
impl Ord for OptsrWwdgSw
§impl PartialEq for OptsrWwdgSw
impl PartialEq for OptsrWwdgSw
§impl PartialOrd for OptsrWwdgSw
impl PartialOrd for OptsrWwdgSw
impl Copy for OptsrWwdgSw
impl Eq for OptsrWwdgSw
impl StructuralPartialEq for OptsrWwdgSw
Auto Trait Implementations§
impl Freeze for OptsrWwdgSw
impl RefUnwindSafe for OptsrWwdgSw
impl Send for OptsrWwdgSw
impl Sync for OptsrWwdgSw
impl Unpin for OptsrWwdgSw
impl UnwindSafe for OptsrWwdgSw
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