Struct SAValWhat
pub struct SAValWhat(/* private fields */);
Implementations§
§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§
§impl Ord for SAValWhat
impl Ord for SAValWhat
§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
)