Struct VERTSCROLLSTATES
#[repr(transparent)]pub struct VERTSCROLLSTATES(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for VERTSCROLLSTATES
impl Clone for VERTSCROLLSTATES
§fn clone(&self) -> VERTSCROLLSTATES
fn clone(&self) -> VERTSCROLLSTATES
Returns a copy 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 more§impl Debug for VERTSCROLLSTATES
impl Debug for VERTSCROLLSTATES
§impl Default for VERTSCROLLSTATES
impl Default for VERTSCROLLSTATES
§fn default() -> VERTSCROLLSTATES
fn default() -> VERTSCROLLSTATES
Returns the “default value” for a type. Read more
§impl PartialEq for VERTSCROLLSTATES
impl PartialEq for VERTSCROLLSTATES
impl Copy for VERTSCROLLSTATES
impl Eq for VERTSCROLLSTATES
impl StructuralPartialEq for VERTSCROLLSTATES
Auto Trait Implementations§
impl Freeze for VERTSCROLLSTATES
impl RefUnwindSafe for VERTSCROLLSTATES
impl Send for VERTSCROLLSTATES
impl Sync for VERTSCROLLSTATES
impl Unpin for VERTSCROLLSTATES
impl UnwindSafe for VERTSCROLLSTATES
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