pub struct Virtual {}Expand description
The standard virtual CoordinateSpace, which ranges from (0, 0) to (255, 255).
Trait Implementations§
Source§impl CoordinateSpace for Virtual
impl CoordinateSpace for Virtual
impl Copy for Virtual
impl StructuralPartialEq for Virtual
Auto Trait Implementations§
impl Freeze for Virtual
impl RefUnwindSafe for Virtual
impl Send for Virtual
impl Sync for Virtual
impl Unpin for Virtual
impl UnwindSafe for Virtual
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