#[repr(C)]pub struct DisplayEventInfoEXT {
pub sType: StructureType,
pub pNext: *const c_void,
pub displayEvent: DisplayEventTypeEXT,
}Fields§
§sType: StructureType§pNext: *const c_void§displayEvent: DisplayEventTypeEXTTrait Implementations§
Source§impl Clone for DisplayEventInfoEXT
impl Clone for DisplayEventInfoEXT
Source§fn clone(&self) -> DisplayEventInfoEXT
fn clone(&self) -> DisplayEventInfoEXT
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 moreimpl 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