Struct ash::vk::RectLayerKHR
source · #[repr(C)]pub struct RectLayerKHR {
pub offset: Offset2D,
pub extent: Extent2D,
pub layer: u32,
}
Expand description
Fields§
§offset: Offset2D
§extent: Extent2D
§layer: u32
Implementations§
source§impl RectLayerKHR
impl RectLayerKHR
pub fn builder<'a>() -> RectLayerKHRBuilder<'a>
Trait Implementations§
source§impl Clone for RectLayerKHR
impl Clone for RectLayerKHR
source§fn clone(&self) -> RectLayerKHR
fn clone(&self) -> RectLayerKHR
Returns a copy 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 moresource§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 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