#[repr(u8)]pub enum Rstpdwnmodule {
ON = 0,
OFF = 1,
}Variants§
Implementations§
Source§impl Rstpdwnmodule
impl Rstpdwnmodule
Trait Implementations§
Source§impl Clone for Rstpdwnmodule
impl Clone for Rstpdwnmodule
Source§fn clone(&self) -> Rstpdwnmodule
fn clone(&self) -> Rstpdwnmodule
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Rstpdwnmodule
impl Debug for Rstpdwnmodule
Source§impl From<Rstpdwnmodule> for u8
impl From<Rstpdwnmodule> for u8
Source§fn from(val: Rstpdwnmodule) -> u8
fn from(val: Rstpdwnmodule) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Rstpdwnmodule
impl From<u8> for Rstpdwnmodule
Source§fn from(val: u8) -> Rstpdwnmodule
fn from(val: u8) -> Rstpdwnmodule
Converts to this type from the input type.
Source§impl Ord for Rstpdwnmodule
impl Ord for Rstpdwnmodule
Source§fn cmp(&self, other: &Rstpdwnmodule) -> Ordering
fn cmp(&self, other: &Rstpdwnmodule) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Rstpdwnmodule
impl PartialEq for Rstpdwnmodule
Source§impl PartialOrd for Rstpdwnmodule
impl PartialOrd for Rstpdwnmodule
impl Copy for Rstpdwnmodule
impl Eq for Rstpdwnmodule
impl StructuralPartialEq for Rstpdwnmodule
Auto Trait Implementations§
impl Freeze for Rstpdwnmodule
impl RefUnwindSafe for Rstpdwnmodule
impl Send for Rstpdwnmodule
impl Sync for Rstpdwnmodule
impl Unpin for Rstpdwnmodule
impl UnwindSafe for Rstpdwnmodule
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)