#[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§
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)