#[repr(C, packed(1))]pub struct SIPAEVENT_SBCP_INFO_PAYLOAD_V1 {
pub PayloadVersion: u32,
pub VarDataOffset: u32,
pub HashAlgID: u16,
pub DigestLength: u16,
pub Options: u32,
pub SignersCount: u32,
pub VarData: [u8; 1],
}
Fields§
§PayloadVersion: u32
§VarDataOffset: u32
§HashAlgID: u16
§DigestLength: u16
§Options: u32
§SignersCount: u32
§VarData: [u8; 1]
Trait Implementations§
§impl Clone for SIPAEVENT_SBCP_INFO_PAYLOAD_V1
impl Clone for SIPAEVENT_SBCP_INFO_PAYLOAD_V1
impl Copy for SIPAEVENT_SBCP_INFO_PAYLOAD_V1
Auto Trait Implementations§
impl RefUnwindSafe for SIPAEVENT_SBCP_INFO_PAYLOAD_V1
impl Send for SIPAEVENT_SBCP_INFO_PAYLOAD_V1
impl Sync for SIPAEVENT_SBCP_INFO_PAYLOAD_V1
impl Unpin for SIPAEVENT_SBCP_INFO_PAYLOAD_V1
impl UnwindSafe for SIPAEVENT_SBCP_INFO_PAYLOAD_V1
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