#[repr(u32)]pub enum SaValWhat {
IgnoreVal = 0,
SetValMin = 1,
SetValCenter = 2,
SetValMax = 3,
SetValRelative = 4,
SetValAbsolute = 5,
}
Variants§
Trait Implementations§
source§impl Ord for SaValWhat
impl Ord for SaValWhat
source§impl PartialOrd for SaValWhat
impl PartialOrd for SaValWhat
impl 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)