#[repr(C)]pub struct RectLayerKHR {
pub offset: Offset2D,
pub extent: Extent2D,
pub layer: u32,
}
Fields§
§offset: Offset2D
§extent: Extent2D
§layer: u32
Auto Trait Implementations§
impl Freeze for RectLayerKHR
impl RefUnwindSafe for RectLayerKHR
impl Send for RectLayerKHR
impl Sync for RectLayerKHR
impl Unpin for RectLayerKHR
impl UnwindSafe for RectLayerKHR
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