#[repr(C)]pub struct SL_ACTIVATION_INFO_HEADER {
pub cbSize: u32,
pub type: SL_ACTIVATION_TYPE,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
cbSize: u32
type: SL_ACTIVATION_TYPE
Trait Implementations
impl Clone for SL_ACTIVATION_INFO_HEADER
impl Clone for SL_ACTIVATION_INFO_HEADER
impl Copy for SL_ACTIVATION_INFO_HEADER
Auto Trait Implementations
impl RefUnwindSafe for SL_ACTIVATION_INFO_HEADER
impl Send for SL_ACTIVATION_INFO_HEADER
impl Sync for SL_ACTIVATION_INFO_HEADER
impl Unpin for SL_ACTIVATION_INFO_HEADER
impl UnwindSafe for SL_ACTIVATION_INFO_HEADER
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