#[repr(C)]pub struct MFINPUTTRUSTAUTHORITY_ACCESS_ACTION {
pub Action: MFPOLICYMANAGER_ACTION,
pub pbTicket: *mut u8,
pub cbTicket: u32,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
Action: MFPOLICYMANAGER_ACTION
pbTicket: *mut u8
cbTicket: u32
Trait Implementations
impl Clone for MFINPUTTRUSTAUTHORITY_ACCESS_ACTION
impl Clone for MFINPUTTRUSTAUTHORITY_ACCESS_ACTION
impl Copy for MFINPUTTRUSTAUTHORITY_ACCESS_ACTION
Auto Trait Implementations
impl RefUnwindSafe for MFINPUTTRUSTAUTHORITY_ACCESS_ACTION
impl !Send for MFINPUTTRUSTAUTHORITY_ACCESS_ACTION
impl !Sync for MFINPUTTRUSTAUTHORITY_ACCESS_ACTION
impl Unpin for MFINPUTTRUSTAUTHORITY_ACCESS_ACTION
impl UnwindSafe for MFINPUTTRUSTAUTHORITY_ACCESS_ACTION
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