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