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