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