#[repr(C, packed(1))]pub struct SIPAEVENT_SI_POLICY_PAYLOAD {
pub PolicyVersion: u64,
pub PolicyNameLength: u16,
pub HashAlgID: u16,
pub DigestLength: u32,
pub VarLengthData: [u8; 1],
}
Expand description
Required features: "Win32_NetworkManagement_QoS"
Fields
PolicyVersion: u64
PolicyNameLength: u16
HashAlgID: u16
DigestLength: u32
VarLengthData: [u8; 1]
Trait Implementations
impl Clone for SIPAEVENT_SI_POLICY_PAYLOAD
impl Clone for SIPAEVENT_SI_POLICY_PAYLOAD
impl Copy for SIPAEVENT_SI_POLICY_PAYLOAD
Auto Trait Implementations
impl RefUnwindSafe for SIPAEVENT_SI_POLICY_PAYLOAD
impl Send for SIPAEVENT_SI_POLICY_PAYLOAD
impl Sync for SIPAEVENT_SI_POLICY_PAYLOAD
impl Unpin for SIPAEVENT_SI_POLICY_PAYLOAD
impl UnwindSafe for SIPAEVENT_SI_POLICY_PAYLOAD
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