#[repr(C)]pub struct dim3 {
pub x: u32,
pub y: u32,
pub z: u32,
}
Expand description
Struct for data in 3D
Fields§
§x: u32
< x
y: u32
< y
z: u32
< z
Trait Implementations§
Auto Trait Implementations§
impl Freeze for dim3
impl RefUnwindSafe for dim3
impl Send for dim3
impl Sync for dim3
impl Unpin for dim3
impl UnwindSafe for dim3
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