#[repr(transparent)]pub struct XPWidgetPropertyID(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl XPWidgetPropertyID
impl XPWidgetPropertyID
pub const Refcon: XPWidgetPropertyID
Source§impl XPWidgetPropertyID
impl XPWidgetPropertyID
pub const Dragging: XPWidgetPropertyID
Source§impl XPWidgetPropertyID
impl XPWidgetPropertyID
pub const DragXOff: XPWidgetPropertyID
Source§impl XPWidgetPropertyID
impl XPWidgetPropertyID
pub const DragYOff: XPWidgetPropertyID
Source§impl XPWidgetPropertyID
impl XPWidgetPropertyID
pub const Hilited: XPWidgetPropertyID
Source§impl XPWidgetPropertyID
impl XPWidgetPropertyID
pub const Object: XPWidgetPropertyID
Source§impl XPWidgetPropertyID
impl XPWidgetPropertyID
pub const Clip: XPWidgetPropertyID
Source§impl XPWidgetPropertyID
impl XPWidgetPropertyID
pub const Enabled: XPWidgetPropertyID
Source§impl XPWidgetPropertyID
impl XPWidgetPropertyID
pub const UserStart: XPWidgetPropertyID
Trait Implementations§
Source§impl Clone for XPWidgetPropertyID
impl Clone for XPWidgetPropertyID
Source§fn clone(&self) -> XPWidgetPropertyID
fn clone(&self) -> XPWidgetPropertyID
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 XPWidgetPropertyID
Source§impl Debug for XPWidgetPropertyID
impl Debug for XPWidgetPropertyID
impl Eq for XPWidgetPropertyID
Source§impl Hash for XPWidgetPropertyID
impl Hash for XPWidgetPropertyID
Source§impl PartialEq for XPWidgetPropertyID
impl PartialEq for XPWidgetPropertyID
Source§fn eq(&self, other: &XPWidgetPropertyID) -> bool
fn eq(&self, other: &XPWidgetPropertyID) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for XPWidgetPropertyID
Auto Trait Implementations§
impl Freeze for XPWidgetPropertyID
impl RefUnwindSafe for XPWidgetPropertyID
impl Send for XPWidgetPropertyID
impl Sync for XPWidgetPropertyID
impl Unpin for XPWidgetPropertyID
impl UnsafeUnpin for XPWidgetPropertyID
impl UnwindSafe for XPWidgetPropertyID
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