#[repr(transparent)]pub struct PDButtons(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Trait Implementations§
Source§impl BitAndAssign for PDButtons
impl BitAndAssign for PDButtons
Source§fn bitand_assign(&mut self, rhs: PDButtons)
fn bitand_assign(&mut self, rhs: PDButtons)
Performs the
&= operation. Read moreSource§impl BitOrAssign for PDButtons
impl BitOrAssign for PDButtons
Source§fn bitor_assign(&mut self, rhs: PDButtons)
fn bitor_assign(&mut self, rhs: PDButtons)
Performs the
|= operation. Read moreimpl Copy for PDButtons
impl Eq for PDButtons
impl StructuralPartialEq for PDButtons
Auto Trait Implementations§
impl Freeze for PDButtons
impl RefUnwindSafe for PDButtons
impl Send for PDButtons
impl Sync for PDButtons
impl Unpin for PDButtons
impl UnwindSafe for PDButtons
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