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