#[repr(C)]pub struct PhysicalDeviceDrmPropertiesEXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub hasPrimary: Bool32,
pub hasRender: Bool32,
pub primaryMajor: i64,
pub primaryMinor: i64,
pub renderMajor: i64,
pub renderMinor: i64,
}Fields§
§sType: StructureType§pNext: *mut c_void§hasPrimary: Bool32§hasRender: Bool32§primaryMajor: i64§primaryMinor: i64§renderMajor: i64§renderMinor: i64Trait Implementations§
Source§impl Clone for PhysicalDeviceDrmPropertiesEXT
impl Clone for PhysicalDeviceDrmPropertiesEXT
Source§fn clone(&self) -> PhysicalDeviceDrmPropertiesEXT
fn clone(&self) -> PhysicalDeviceDrmPropertiesEXT
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 PhysicalDeviceDrmPropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceDrmPropertiesEXT
impl RefUnwindSafe for PhysicalDeviceDrmPropertiesEXT
impl !Send for PhysicalDeviceDrmPropertiesEXT
impl !Sync for PhysicalDeviceDrmPropertiesEXT
impl Unpin for PhysicalDeviceDrmPropertiesEXT
impl UnwindSafe for PhysicalDeviceDrmPropertiesEXT
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