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