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