#[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],
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more