#[repr(C)]pub struct ovrGraphicsLuid {
pub _align: [isize; 0],
pub Reserved: [c_char; 8],
}Expand description
Identifies a graphics device in a platform-specific way. For Windows this is a LUID type.
Fields§
§_align: [isize; 0]§Reserved: [c_char; 8]Public definition reserves space for graphics API-specific implementation
Trait Implementations§
Source§impl Clone for ovrGraphicsLuid
impl Clone for ovrGraphicsLuid
Source§fn clone(&self) -> ovrGraphicsLuid
fn clone(&self) -> ovrGraphicsLuid
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 moreSource§impl Debug for ovrGraphicsLuid
impl Debug for ovrGraphicsLuid
impl Copy for ovrGraphicsLuid
Auto Trait Implementations§
impl Freeze for ovrGraphicsLuid
impl RefUnwindSafe for ovrGraphicsLuid
impl Send for ovrGraphicsLuid
impl Sync for ovrGraphicsLuid
impl Unpin for ovrGraphicsLuid
impl UnwindSafe for ovrGraphicsLuid
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