pub struct TupStruct(_, pub i32, _, _);Tuple Fields
1: i32Auto Trait Implementations
impl RefUnwindSafe for TupStruct
impl Send for TupStruct
impl Sync for TupStruct
impl Unpin for TupStruct
impl UnwindSafe for TupStruct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more