#[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 Cast for HostImageLayoutTransitionInfo
impl Cast for HostImageLayoutTransitionInfo
Source§type Target = HostImageLayoutTransitionInfo
type Target = HostImageLayoutTransitionInfo
The other type this type can be used interchangeably with in FFI.
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 Default for HostImageLayoutTransitionInfo
impl Default for HostImageLayoutTransitionInfo
Source§fn default() -> HostImageLayoutTransitionInfo
fn default() -> HostImageLayoutTransitionInfo
Returns the “default value” for a type. Read more
Source§impl HasBuilder<'static> for HostImageLayoutTransitionInfo
impl HasBuilder<'static> for HostImageLayoutTransitionInfo
Source§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