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