Struct ash::vk::DisplayEventInfoEXT
source · #[repr(C)]pub struct DisplayEventInfoEXT {
pub s_type: StructureType,
pub p_next: *const c_void,
pub display_event: DisplayEventTypeEXT,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *const c_void
§display_event: DisplayEventTypeEXT
Implementations§
source§impl DisplayEventInfoEXT
impl DisplayEventInfoEXT
pub fn builder<'a>() -> DisplayEventInfoEXTBuilder<'a>
Trait Implementations§
source§impl Clone for DisplayEventInfoEXT
impl Clone for DisplayEventInfoEXT
source§fn clone(&self) -> DisplayEventInfoEXT
fn clone(&self) -> DisplayEventInfoEXT
Returns a copy 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 DisplayEventInfoEXT
impl Debug for DisplayEventInfoEXT
source§impl Default for DisplayEventInfoEXT
impl Default for DisplayEventInfoEXT
source§impl TaggedStructure for DisplayEventInfoEXT
impl TaggedStructure for DisplayEventInfoEXT
const STRUCTURE_TYPE: StructureType = StructureType::DISPLAY_EVENT_INFO_EXT
impl Copy for DisplayEventInfoEXT
Auto Trait Implementations§
impl Freeze for DisplayEventInfoEXT
impl RefUnwindSafe for DisplayEventInfoEXT
impl !Send for DisplayEventInfoEXT
impl !Sync for DisplayEventInfoEXT
impl Unpin for DisplayEventInfoEXT
impl UnwindSafe for DisplayEventInfoEXT
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