struct Tuple2(u8, u8);
Tuple Fields§
§0: u8
§1: u8
Auto Trait Implementations§
impl Freeze for Tuple2
impl RefUnwindSafe for Tuple2
impl Send for Tuple2
impl Sync for Tuple2
impl Unpin for Tuple2
impl UnwindSafe for Tuple2
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