#[repr(C)]pub struct Extent3D {
pub width: u32,
pub height: u32,
pub depth: u32,
}
Expand description
Fields§
§width: u32
§height: u32
§depth: u32
Implementations§
Trait Implementations§
source§impl PartialEq for Extent3D
impl PartialEq for Extent3D
impl Copy for Extent3D
impl Eq for Extent3D
impl StructuralPartialEq for Extent3D
Auto Trait Implementations§
impl Freeze for Extent3D
impl RefUnwindSafe for Extent3D
impl Send for Extent3D
impl Sync for Extent3D
impl Unpin for Extent3D
impl UnwindSafe for Extent3D
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