#[repr(u8)]pub enum PmactrlLoop {
LOOPDIS = 0,
LOOPEN = 1,
}Variants§
Implementations§
Source§impl PmactrlLoop
impl PmactrlLoop
Trait Implementations§
Source§impl Clone for PmactrlLoop
impl Clone for PmactrlLoop
Source§fn clone(&self) -> PmactrlLoop
fn clone(&self) -> PmactrlLoop
Returns a duplicate 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 PmactrlLoop
impl Debug for PmactrlLoop
Source§impl From<PmactrlLoop> for u8
impl From<PmactrlLoop> for u8
Source§fn from(val: PmactrlLoop) -> u8
fn from(val: PmactrlLoop) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PmactrlLoop
impl From<u8> for PmactrlLoop
Source§fn from(val: u8) -> PmactrlLoop
fn from(val: u8) -> PmactrlLoop
Converts to this type from the input type.
Source§impl Ord for PmactrlLoop
impl Ord for PmactrlLoop
Source§fn cmp(&self, other: &PmactrlLoop) -> Ordering
fn cmp(&self, other: &PmactrlLoop) -> 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 PmactrlLoop
impl PartialEq for PmactrlLoop
Source§impl PartialOrd for PmactrlLoop
impl PartialOrd for PmactrlLoop
impl Copy for PmactrlLoop
impl Eq for PmactrlLoop
impl StructuralPartialEq for PmactrlLoop
Auto Trait Implementations§
impl Freeze for PmactrlLoop
impl RefUnwindSafe for PmactrlLoop
impl Send for PmactrlLoop
impl Sync for PmactrlLoop
impl Unpin for PmactrlLoop
impl UnwindSafe for PmactrlLoop
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