Struct DXGKMDT_OPM_CGMSA
#[repr(transparent)]pub struct DXGKMDT_OPM_CGMSA(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for DXGKMDT_OPM_CGMSA
impl Clone for DXGKMDT_OPM_CGMSA
§fn clone(&self) -> DXGKMDT_OPM_CGMSA
fn clone(&self) -> DXGKMDT_OPM_CGMSA
Returns a copy 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 more§impl Debug for DXGKMDT_OPM_CGMSA
impl Debug for DXGKMDT_OPM_CGMSA
§impl Default for DXGKMDT_OPM_CGMSA
impl Default for DXGKMDT_OPM_CGMSA
§fn default() -> DXGKMDT_OPM_CGMSA
fn default() -> DXGKMDT_OPM_CGMSA
Returns the “default value” for a type. Read more
§impl PartialEq for DXGKMDT_OPM_CGMSA
impl PartialEq for DXGKMDT_OPM_CGMSA
impl Copy for DXGKMDT_OPM_CGMSA
impl Eq for DXGKMDT_OPM_CGMSA
impl StructuralPartialEq for DXGKMDT_OPM_CGMSA
Auto Trait Implementations§
impl Freeze for DXGKMDT_OPM_CGMSA
impl RefUnwindSafe for DXGKMDT_OPM_CGMSA
impl Send for DXGKMDT_OPM_CGMSA
impl Sync for DXGKMDT_OPM_CGMSA
impl Unpin for DXGKMDT_OPM_CGMSA
impl UnwindSafe for DXGKMDT_OPM_CGMSA
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