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