Struct vulkanalia_sys::DisplayPowerInfoEXT
source · [−]#[repr(C)]pub struct DisplayPowerInfoEXT {
pub s_type: StructureType,
pub next: *const c_void,
pub power_state: DisplayPowerStateEXT,
}Expand description
Fields
s_type: StructureTypenext: *const c_voidpower_state: DisplayPowerStateEXTTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for DisplayPowerInfoEXT
impl !Send for DisplayPowerInfoEXT
impl !Sync for DisplayPowerInfoEXT
impl Unpin for DisplayPowerInfoEXT
impl UnwindSafe for DisplayPowerInfoEXT
Blanket Implementations
Mutably borrows from an owned value. Read more