#[repr(C)]pub struct BindImagePlaneMemoryInfo {
pub s_type: StructureType,
pub next: *const c_void,
pub plane_aspect: ImageAspectFlags,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§plane_aspect: ImageAspectFlagsTrait Implementations§
Source§impl Clone for BindImagePlaneMemoryInfo
impl Clone for BindImagePlaneMemoryInfo
Source§fn clone(&self) -> BindImagePlaneMemoryInfo
fn clone(&self) -> BindImagePlaneMemoryInfo
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 Debug for BindImagePlaneMemoryInfo
impl Debug for BindImagePlaneMemoryInfo
Source§impl Default for BindImagePlaneMemoryInfo
impl Default for BindImagePlaneMemoryInfo
Source§impl Hash for BindImagePlaneMemoryInfo
impl Hash for BindImagePlaneMemoryInfo
Source§impl PartialEq for BindImagePlaneMemoryInfo
impl PartialEq for BindImagePlaneMemoryInfo
impl Copy for BindImagePlaneMemoryInfo
impl Eq for BindImagePlaneMemoryInfo
impl Send for BindImagePlaneMemoryInfo
impl StructuralPartialEq for BindImagePlaneMemoryInfo
impl Sync for BindImagePlaneMemoryInfo
Auto Trait Implementations§
impl Freeze for BindImagePlaneMemoryInfo
impl RefUnwindSafe for BindImagePlaneMemoryInfo
impl Unpin for BindImagePlaneMemoryInfo
impl UnwindSafe for BindImagePlaneMemoryInfo
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