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