#[repr(C)]pub struct DisplayPlaneInfo2KHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub mode: DisplayModeKHR,
pub plane_index: u32,
}Expand description
Fields
s_type: StructureTypep_next: *const c_voidmode: DisplayModeKHRplane_index: u32Implementations
sourceimpl DisplayPlaneInfo2KHR
impl DisplayPlaneInfo2KHR
pub fn builder<'a>() -> DisplayPlaneInfo2KHRBuilder<'a>
Trait Implementations
sourceimpl Clone for DisplayPlaneInfo2KHR
impl Clone for DisplayPlaneInfo2KHR
sourcefn clone(&self) -> DisplayPlaneInfo2KHR
fn clone(&self) -> DisplayPlaneInfo2KHR
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 DisplayPlaneInfo2KHR
impl Debug for DisplayPlaneInfo2KHR
sourceimpl Default for DisplayPlaneInfo2KHR
impl Default for DisplayPlaneInfo2KHR
sourcefn default() -> DisplayPlaneInfo2KHR
fn default() -> DisplayPlaneInfo2KHR
Returns the “default value” for a type. Read more
impl Copy for DisplayPlaneInfo2KHR
Auto Trait Implementations
impl RefUnwindSafe for DisplayPlaneInfo2KHR
impl !Send for DisplayPlaneInfo2KHR
impl !Sync for DisplayPlaneInfo2KHR
impl Unpin for DisplayPlaneInfo2KHR
impl UnwindSafe for DisplayPlaneInfo2KHR
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