pub struct Origin3D {
pub x: Option<u32>,
pub y: Option<u32>,
pub z: Option<u32>,
}Fields§
§x: Option<u32>§y: Option<u32>§z: Option<u32>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Origin3D
impl RefUnwindSafe for Origin3D
impl Send for Origin3D
impl Sync for Origin3D
impl Unpin for Origin3D
impl UnsafeUnpin for Origin3D
impl UnwindSafe for Origin3D
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