#[repr(C)]pub struct D3DAUTHENTICATEDCHANNEL_CONFIGURESHAREDRESOURCE {
pub Parameters: D3DAUTHENTICATEDCHANNEL_CONFIGURE_INPUT,
pub ProcessIdentiferType: D3DAUTHENTICATEDCHANNEL_PROCESSIDENTIFIERTYPE,
pub ProcessHandle: HANDLE,
pub AllowAccess: BOOL,
}
Expand description
Required features: "Win32_Graphics_Direct3D9"
, "Win32_Foundation"
Fields
Parameters: D3DAUTHENTICATEDCHANNEL_CONFIGURE_INPUT
ProcessIdentiferType: D3DAUTHENTICATEDCHANNEL_PROCESSIDENTIFIERTYPE
ProcessHandle: HANDLE
AllowAccess: BOOL
Trait Implementations
impl Copy for D3DAUTHENTICATEDCHANNEL_CONFIGURESHAREDRESOURCE
Auto Trait Implementations
impl RefUnwindSafe for D3DAUTHENTICATEDCHANNEL_CONFIGURESHAREDRESOURCE
impl Send for D3DAUTHENTICATEDCHANNEL_CONFIGURESHAREDRESOURCE
impl Sync for D3DAUTHENTICATEDCHANNEL_CONFIGURESHAREDRESOURCE
impl Unpin for D3DAUTHENTICATEDCHANNEL_CONFIGURESHAREDRESOURCE
impl UnwindSafe for D3DAUTHENTICATEDCHANNEL_CONFIGURESHAREDRESOURCE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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