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