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