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