#[repr(transparent)]pub struct XPTrackStyle(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl XPTrackStyle
impl XPTrackStyle
pub const ScrollBar: XPTrackStyle
Source§impl XPTrackStyle
impl XPTrackStyle
pub const Slider: XPTrackStyle
Source§impl XPTrackStyle
impl XPTrackStyle
pub const Progress: XPTrackStyle
Trait Implementations§
Source§impl Clone for XPTrackStyle
impl Clone for XPTrackStyle
Source§fn clone(&self) -> XPTrackStyle
fn clone(&self) -> XPTrackStyle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for XPTrackStyle
Source§impl Debug for XPTrackStyle
impl Debug for XPTrackStyle
impl Eq for XPTrackStyle
Source§impl Hash for XPTrackStyle
impl Hash for XPTrackStyle
Source§impl PartialEq for XPTrackStyle
impl PartialEq for XPTrackStyle
Source§fn eq(&self, other: &XPTrackStyle) -> bool
fn eq(&self, other: &XPTrackStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for XPTrackStyle
Auto Trait Implementations§
impl Freeze for XPTrackStyle
impl RefUnwindSafe for XPTrackStyle
impl Send for XPTrackStyle
impl Sync for XPTrackStyle
impl Unpin for XPTrackStyle
impl UnsafeUnpin for XPTrackStyle
impl UnwindSafe for XPTrackStyle
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