#[repr(C)]pub struct BindImagePlaneMemoryInfo {
pub s_type: StructureType,
pub p_next: *const c_void,
pub plane_aspect: ImageAspectFlags,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidplane_aspect: ImageAspectFlagsImplementations
sourceimpl BindImagePlaneMemoryInfo
impl BindImagePlaneMemoryInfo
pub fn builder<'a>() -> BindImagePlaneMemoryInfoBuilder<'a>
Trait Implementations
sourceimpl Clone for BindImagePlaneMemoryInfo
impl Clone for BindImagePlaneMemoryInfo
sourcefn clone(&self) -> BindImagePlaneMemoryInfo
fn clone(&self) -> BindImagePlaneMemoryInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for BindImagePlaneMemoryInfo
impl Debug for BindImagePlaneMemoryInfo
sourceimpl Default for BindImagePlaneMemoryInfo
impl Default for BindImagePlaneMemoryInfo
sourcefn default() -> BindImagePlaneMemoryInfo
fn default() -> BindImagePlaneMemoryInfo
Returns the “default value” for a type. Read more
impl Copy for BindImagePlaneMemoryInfo
impl ExtendsBindImageMemoryInfo for BindImagePlaneMemoryInfo
Auto Trait Implementations
impl RefUnwindSafe for BindImagePlaneMemoryInfo
impl !Send for BindImagePlaneMemoryInfo
impl !Sync for BindImagePlaneMemoryInfo
impl Unpin for BindImagePlaneMemoryInfo
impl UnwindSafe for BindImagePlaneMemoryInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more