#[repr(C)]pub struct PxDim3 {
pub x: u32,
pub y: u32,
pub z: u32,
}Fields§
§x: u32§y: u32§z: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for PxDim3
impl RefUnwindSafe for PxDim3
impl Send for PxDim3
impl Sync for PxDim3
impl Unpin for PxDim3
impl UnwindSafe for PxDim3
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