#[repr(C, packed(1))]pub struct SIPAEVENT_KSR_SIGNATURE_PAYLOAD {
pub SignAlgID: u32,
pub SignatureLength: u32,
pub Signature: [u8; 1],
}
Expand description
Required features: "Win32_NetworkManagement_QoS"
Fields
SignAlgID: u32
SignatureLength: u32
Signature: [u8; 1]
Trait Implementations
impl Clone for SIPAEVENT_KSR_SIGNATURE_PAYLOAD
impl Clone for SIPAEVENT_KSR_SIGNATURE_PAYLOAD
impl Copy for SIPAEVENT_KSR_SIGNATURE_PAYLOAD
Auto Trait Implementations
impl RefUnwindSafe for SIPAEVENT_KSR_SIGNATURE_PAYLOAD
impl Send for SIPAEVENT_KSR_SIGNATURE_PAYLOAD
impl Sync for SIPAEVENT_KSR_SIGNATURE_PAYLOAD
impl Unpin for SIPAEVENT_KSR_SIGNATURE_PAYLOAD
impl UnwindSafe for SIPAEVENT_KSR_SIGNATURE_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