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