pub struct SAValWhat(u8);
Tuple Fields§
§0: u8
Implementations§
source§impl SAValWhat
impl SAValWhat
pub const IGNORE_VAL: SAValWhat = _
pub const SET_VAL_MIN: SAValWhat = _
pub const SET_VAL_CENTER: SAValWhat = _
pub const SET_VAL_MAX: SAValWhat = _
pub const SET_VAL_RELATIVE: SAValWhat = _
pub const SET_VAL_ABSOLUTE: SAValWhat = _
Trait Implementations§
source§impl Ord for SAValWhat
impl Ord for SAValWhat
source§impl PartialEq for SAValWhat
impl PartialEq for SAValWhat
source§impl PartialOrd for SAValWhat
impl PartialOrd for SAValWhat
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for SAValWhat
impl Eq for SAValWhat
impl StructuralPartialEq for SAValWhat
Auto Trait Implementations§
impl Freeze for SAValWhat
impl RefUnwindSafe for SAValWhat
impl Send for SAValWhat
impl Sync for SAValWhat
impl Unpin for SAValWhat
impl UnwindSafe for SAValWhat
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