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