#[repr(C)]pub struct XYZ<T> {
pub x: T,
pub y: T,
pub z: T,
}Fields§
§x: TWidth offset.
y: THeight offset.
z: TDepth offset.
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for XYZ<T>where
T: Freeze,
impl<T> RefUnwindSafe for XYZ<T>where
T: RefUnwindSafe,
impl<T> Send for XYZ<T>where
T: Send,
impl<T> Sync for XYZ<T>where
T: Sync,
impl<T> Unpin for XYZ<T>where
T: Unpin,
impl<T> UnsafeUnpin for XYZ<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for XYZ<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