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