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