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