#[repr(C)]pub struct HostImageLayoutTransitionInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub image: Image,
pub old_layout: ImageLayout,
pub new_layout: ImageLayout,
pub subresource_range: ImageSubresourceRange,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§image: Image§old_layout: ImageLayout§new_layout: ImageLayout§subresource_range: ImageSubresourceRangeTrait Implementations§
Source§impl Clone for HostImageLayoutTransitionInfo
impl Clone for HostImageLayoutTransitionInfo
Source§fn clone(&self) -> HostImageLayoutTransitionInfo
fn clone(&self) -> HostImageLayoutTransitionInfo
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 moreSource§impl Hash for HostImageLayoutTransitionInfo
impl Hash for HostImageLayoutTransitionInfo
Source§impl PartialEq for HostImageLayoutTransitionInfo
impl PartialEq for HostImageLayoutTransitionInfo
Source§fn eq(&self, other: &HostImageLayoutTransitionInfo) -> bool
fn eq(&self, other: &HostImageLayoutTransitionInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for HostImageLayoutTransitionInfo
impl Eq for HostImageLayoutTransitionInfo
impl Send for HostImageLayoutTransitionInfo
impl StructuralPartialEq for HostImageLayoutTransitionInfo
impl Sync for HostImageLayoutTransitionInfo
Auto Trait Implementations§
impl Freeze for HostImageLayoutTransitionInfo
impl RefUnwindSafe for HostImageLayoutTransitionInfo
impl Unpin for HostImageLayoutTransitionInfo
impl UnwindSafe for HostImageLayoutTransitionInfo
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