pub struct Extent1D {
pub width: u32,
}
Expand description
A one-dimensional extent, typically representing a width.
Fields§
§width: u32
The width component of the extent.
Trait Implementations§
impl Copy for Extent1D
impl Eq for Extent1D
impl StructuralPartialEq for Extent1D
Auto Trait Implementations§
impl Freeze for Extent1D
impl RefUnwindSafe for Extent1D
impl Send for Extent1D
impl Sync for Extent1D
impl Unpin for Extent1D
impl UnwindSafe for Extent1D
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