#[repr(C)]pub struct TupleInt {
pub value: u32,
pub tuple: Tuple,
}
Fields§
§value: u32
§tuple: Tuple
Implementations§
Trait Implementations§
impl StructuralPartialEq for TupleInt
Auto Trait Implementations§
impl Freeze for TupleInt
impl RefUnwindSafe for TupleInt
impl Send for TupleInt
impl Sync for TupleInt
impl Unpin for TupleInt
impl UnwindSafe for TupleInt
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