#[repr(C)]pub struct ClearRect {
pub rect: Rect2D,
pub baseArrayLayer: u32,
pub layerCount: u32,
}Fields§
§rect: Rect2D§baseArrayLayer: u32§layerCount: u32Auto 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