pub type LEAP_POLICY_EVENT = _LEAP_POLICY_EVENT;Expand description
\ingroup Structs The response from a request to get or set a policy. LeapPollConnection() creates this struct when the response becomes available. @since 3.0.0
Aliased Type§
#[repr(C, packed(1))]pub struct LEAP_POLICY_EVENT {
pub reserved: u32,
pub current_policy: u32,
}Fields§
§reserved: u32Reserved for future use. @since 3.0.0
current_policy: u32A bitfield containing the policies effective at the time the policy event was processed. @since 3.0.0