Struct windows_sys::Win32::NetworkManagement::QoS::POLICY_DATA
#[repr(C)]pub struct POLICY_DATA {
pub PolicyObjHdr: RsvpObjHdr,
pub usPeOffset: u16,
pub usReserved: u16,
}
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§
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