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