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