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