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