pub struct El(pub u32);Tuple Fields§
§0: u32Trait Implementations§
source§impl Ord for El
impl Ord for El
source§impl PartialOrd for El
impl PartialOrd for El
impl Copy for El
impl Eq for El
impl StructuralPartialEq for El
Auto Trait Implementations§
impl Freeze for El
impl RefUnwindSafe for El
impl Send for El
impl Sync for El
impl Unpin for El
impl UnwindSafe for El
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)