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