pub enum CoordinateMode {
Absolute,
Relative,
}Variants§
Auto Trait Implementations§
impl Freeze for CoordinateMode
impl RefUnwindSafe for CoordinateMode
impl Send for CoordinateMode
impl Sync for CoordinateMode
impl Unpin for CoordinateMode
impl UnsafeUnpin for CoordinateMode
impl UnwindSafe for CoordinateMode
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