#[repr(transparent)]pub struct Claimset(pub u32);Expand description
Claim Tag Set Register
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Claimset
impl Eq for Claimset
impl StructuralPartialEq for Claimset
Auto Trait Implementations§
impl Freeze for Claimset
impl RefUnwindSafe for Claimset
impl Send for Claimset
impl Sync for Claimset
impl Unpin for Claimset
impl UnwindSafe for Claimset
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