pub struct KhrGetDisplayProperties2Fn {
pub get_physical_device_display_properties2_khr: unsafe extern "system" fn(PhysicalDevice, *mut u32, *mut DisplayProperties2KHR) -> Result,
pub get_physical_device_display_plane_properties2_khr: unsafe extern "system" fn(PhysicalDevice, *mut u32, *mut DisplayPlaneProperties2KHR) -> Result,
pub get_display_mode_properties2_khr: unsafe extern "system" fn(PhysicalDevice, DisplayKHR, *mut u32, *mut DisplayModeProperties2KHR) -> Result,
pub get_display_plane_capabilities2_khr: unsafe extern "system" fn(PhysicalDevice, *const DisplayPlaneInfo2KHR, *mut DisplayPlaneCapabilities2KHR) -> Result,
}Fields
get_physical_device_display_properties2_khr: unsafe extern "system" fn(PhysicalDevice, *mut u32, *mut DisplayProperties2KHR) -> Resultget_physical_device_display_plane_properties2_khr: unsafe extern "system" fn(PhysicalDevice, *mut u32, *mut DisplayPlaneProperties2KHR) -> Resultget_display_mode_properties2_khr: unsafe extern "system" fn(PhysicalDevice, DisplayKHR, *mut u32, *mut DisplayModeProperties2KHR) -> Resultget_display_plane_capabilities2_khr: unsafe extern "system" fn(PhysicalDevice, *const DisplayPlaneInfo2KHR, *mut DisplayPlaneCapabilities2KHR) -> ResultImplementations
Trait Implementations
sourceimpl Clone for KhrGetDisplayProperties2Fn
impl Clone for KhrGetDisplayProperties2Fn
sourcefn clone(&self) -> KhrGetDisplayProperties2Fn
fn clone(&self) -> KhrGetDisplayProperties2Fn
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
impl Send for KhrGetDisplayProperties2Fn
impl Sync for KhrGetDisplayProperties2Fn
Auto Trait Implementations
impl RefUnwindSafe for KhrGetDisplayProperties2Fn
impl Unpin for KhrGetDisplayProperties2Fn
impl UnwindSafe for KhrGetDisplayProperties2Fn
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