Struct windows_sys::Win32::NetworkManagement::QoS::POLICY_DATA
[−]#[repr(C)]pub struct POLICY_DATA {
pub PolicyObjHdr: RsvpObjHdr,
pub usPeOffset: u16,
pub usReserved: u16,
}
Expand description
Required features: "Win32_NetworkManagement_QoS"
Fields
PolicyObjHdr: RsvpObjHdr
usPeOffset: u16
usReserved: u16
Trait Implementations
impl Clone for POLICY_DATA
impl Clone for POLICY_DATA
impl Copy for POLICY_DATA
Auto Trait Implementations
impl RefUnwindSafe for POLICY_DATA
impl Send for POLICY_DATA
impl Sync for POLICY_DATA
impl Unpin for POLICY_DATA
impl UnwindSafe for POLICY_DATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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