#[repr(C, packed(1))]pub struct DXGKMDT_OPM_COPP_COMPATIBLE_GET_INFO_PARAMETERS {
pub rnRandomNumber: DXGKMDT_OPM_RANDOM_NUMBER,
pub guidInformation: GUID,
pub ulSequenceNumber: u32,
pub cbParametersSize: u32,
pub abParameters: [u8; 4056],
}
Fields§
§rnRandomNumber: DXGKMDT_OPM_RANDOM_NUMBER
§guidInformation: GUID
§ulSequenceNumber: u32
§cbParametersSize: u32
§abParameters: [u8; 4056]
Trait Implementations§
impl Copy for DXGKMDT_OPM_COPP_COMPATIBLE_GET_INFO_PARAMETERS
Auto Trait Implementations§
impl RefUnwindSafe for DXGKMDT_OPM_COPP_COMPATIBLE_GET_INFO_PARAMETERS
impl Send for DXGKMDT_OPM_COPP_COMPATIBLE_GET_INFO_PARAMETERS
impl Sync for DXGKMDT_OPM_COPP_COMPATIBLE_GET_INFO_PARAMETERS
impl Unpin for DXGKMDT_OPM_COPP_COMPATIBLE_GET_INFO_PARAMETERS
impl UnwindSafe for DXGKMDT_OPM_COPP_COMPATIBLE_GET_INFO_PARAMETERS
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