pub struct V2Usz {
pub x: usize,
pub y: usize,
}Fields§
§x: usize§y: usizeAuto Trait Implementations§
impl Freeze for V2Usz
impl RefUnwindSafe for V2Usz
impl Send for V2Usz
impl Sync for V2Usz
impl Unpin for V2Usz
impl UnwindSafe for V2Usz
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