Struct windows_sys::Win32::Graphics::Direct3D9::D3DAUTHENTICATEDCHANNEL_QUERYEVICTIONENCRYPTIONGUID_OUTPUT
[−]#[repr(C)]pub struct D3DAUTHENTICATEDCHANNEL_QUERYEVICTIONENCRYPTIONGUID_OUTPUT {
pub Output: D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT,
pub EncryptionGuidIndex: u32,
pub EncryptionGuid: GUID,
}
Expand description
Required features: "Win32_Graphics_Direct3D9"
, "Win32_Foundation"
Fields
Output: D3DAUTHENTICATEDCHANNEL_QUERY_OUTPUT
EncryptionGuidIndex: u32
EncryptionGuid: GUID
Trait Implementations
impl Copy for D3DAUTHENTICATEDCHANNEL_QUERYEVICTIONENCRYPTIONGUID_OUTPUT
Auto Trait Implementations
impl RefUnwindSafe for D3DAUTHENTICATEDCHANNEL_QUERYEVICTIONENCRYPTIONGUID_OUTPUT
impl Send for D3DAUTHENTICATEDCHANNEL_QUERYEVICTIONENCRYPTIONGUID_OUTPUT
impl Sync for D3DAUTHENTICATEDCHANNEL_QUERYEVICTIONENCRYPTIONGUID_OUTPUT
impl Unpin for D3DAUTHENTICATEDCHANNEL_QUERYEVICTIONENCRYPTIONGUID_OUTPUT
impl UnwindSafe for D3DAUTHENTICATEDCHANNEL_QUERYEVICTIONENCRYPTIONGUID_OUTPUT
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