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