#[repr(transparent)]pub struct Trcclaimset(pub u32);
Expand description
Sets bits in the claim tag and determines the number of claim tag bits implemented.
Tuple Fields§
§0: u32
Implementations§
Source§impl Trcclaimset
impl Trcclaimset
Trait Implementations§
Source§impl Clone for Trcclaimset
impl Clone for Trcclaimset
Source§fn clone(&self) -> Trcclaimset
fn clone(&self) -> Trcclaimset
Returns a copy 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 Default for Trcclaimset
impl Default for Trcclaimset
Source§fn default() -> Trcclaimset
fn default() -> Trcclaimset
Returns the “default value” for a type. Read more
Source§impl PartialEq for Trcclaimset
impl PartialEq for Trcclaimset
impl Copy for Trcclaimset
impl Eq for Trcclaimset
impl StructuralPartialEq for Trcclaimset
Auto Trait Implementations§
impl Freeze for Trcclaimset
impl RefUnwindSafe for Trcclaimset
impl Send for Trcclaimset
impl Sync for Trcclaimset
impl Unpin for Trcclaimset
impl UnwindSafe for Trcclaimset
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)