pub struct Dim3 {
pub x: u32,
pub y: u32,
pub z: u32,
}Fields§
§x: u32§y: u32§z: u32Implementations§
Trait Implementations§
source§impl PartialEq for Dim3
impl PartialEq for Dim3
impl Copy for Dim3
impl Eq for Dim3
impl StructuralPartialEq for Dim3
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