pub struct PhysicalPositionWrapper<T>(pub PhysicalPosition<T>);
Tuple Fields§
§0: PhysicalPosition<T>
Trait Implementations§
Source§impl<T> From<PhysicalPosition<T>> for PhysicalPositionWrapper<T>
impl<T> From<PhysicalPosition<T>> for PhysicalPositionWrapper<T>
Source§fn from(position: PhysicalPosition<T>) -> Self
fn from(position: PhysicalPosition<T>) -> Self
Converts to this type from the input type.
Source§impl<T> From<PhysicalPositionWrapper<T>> for PhysicalPosition<T>
impl<T> From<PhysicalPositionWrapper<T>> for PhysicalPosition<T>
Source§fn from(position: PhysicalPositionWrapper<T>) -> Self
fn from(position: PhysicalPositionWrapper<T>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<T> Freeze for PhysicalPositionWrapper<T>where
T: Freeze,
impl<T> RefUnwindSafe for PhysicalPositionWrapper<T>where
T: RefUnwindSafe,
impl<T> Send for PhysicalPositionWrapper<T>where
T: Send,
impl<T> Sync for PhysicalPositionWrapper<T>where
T: Sync,
impl<T> Unpin for PhysicalPositionWrapper<T>where
T: Unpin,
impl<T> UnwindSafe for PhysicalPositionWrapper<T>where
T: UnwindSafe,
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