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