#[repr(C)]pub struct dim3 {
pub x: u32,
pub y: u32,
pub z: u32,
}
Fields§
§x: u32
§y: u32
§z: u32
Trait Implementations§
Auto Trait Implementations§
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