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