#[repr(C)]pub struct ClearRect {
pub rect: Rect2D,
pub base_array_layer: u32,
pub layer_count: u32,
}Expand description
Fields
rect: Rect2Dbase_array_layer: u32layer_count: u32Implementations
sourceimpl ClearRect
impl ClearRect
pub fn builder<'a>() -> ClearRectBuilder<'a>
Trait Implementations
impl Copy for ClearRect
impl Eq for ClearRect
impl StructuralEq for ClearRect
impl StructuralPartialEq for ClearRect
Auto Trait Implementations
impl RefUnwindSafe for ClearRect
impl Send for ClearRect
impl Sync for ClearRect
impl Unpin for ClearRect
impl UnwindSafe for ClearRect
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more