Struct OptsrIwdgStdby
#[repr(transparent)]pub struct OptsrIwdgStdby(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl OptsrIwdgStdby
impl OptsrIwdgStdby
Trait Implementations§
§impl Clone for OptsrIwdgStdby
impl Clone for OptsrIwdgStdby
§fn clone(&self) -> OptsrIwdgStdby
fn clone(&self) -> OptsrIwdgStdby
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 OptsrIwdgStdby
impl Ord for OptsrIwdgStdby
§impl PartialEq for OptsrIwdgStdby
impl PartialEq for OptsrIwdgStdby
§impl PartialOrd for OptsrIwdgStdby
impl PartialOrd for OptsrIwdgStdby
impl Copy for OptsrIwdgStdby
impl Eq for OptsrIwdgStdby
impl StructuralPartialEq for OptsrIwdgStdby
Auto Trait Implementations§
impl Freeze for OptsrIwdgStdby
impl RefUnwindSafe for OptsrIwdgStdby
impl Send for OptsrIwdgStdby
impl Sync for OptsrIwdgStdby
impl Unpin for OptsrIwdgStdby
impl UnwindSafe for OptsrIwdgStdby
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