#[repr(C)]pub struct RectLayerKHR {
pub offset: Offset2D,
pub extent: Extent2D,
pub layer: u32,
}Fields§
§offset: Offset2D§extent: Extent2D§layer: u32Trait Implementations§
Source§impl Clone for RectLayerKHR
impl Clone for RectLayerKHR
Source§fn clone(&self) -> RectLayerKHR
fn clone(&self) -> RectLayerKHR
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RectLayerKHR
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