#[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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for XPTrackStyle
impl Debug for XPTrackStyle
Source§impl Hash for XPTrackStyle
impl Hash for XPTrackStyle
Source§impl PartialEq for XPTrackStyle
impl PartialEq for XPTrackStyle
impl Copy for XPTrackStyle
impl Eq for XPTrackStyle
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 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