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