#[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 (const: unstable) · 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
Source§impl Debug for RectLayerKHR
impl Debug for RectLayerKHR
Source§impl Default for RectLayerKHR
impl Default for RectLayerKHR
Source§fn default() -> RectLayerKHR
fn default() -> RectLayerKHR
Returns the “default value” for a type. Read more
impl Eq for RectLayerKHR
Source§impl Hash for RectLayerKHR
impl Hash for RectLayerKHR
Source§impl PartialEq for RectLayerKHR
impl PartialEq for RectLayerKHR
Source§fn eq(&self, other: &RectLayerKHR) -> bool
fn eq(&self, other: &RectLayerKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq 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 UnsafeUnpin 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