Struct windows_sys::Win32::NetworkManagement::QoS::RSVP_POLICY
#[repr(C)]pub struct RSVP_POLICY {
pub Len: u16,
pub Type: u16,
pub Info: [u8; 4],
}
Fields§
§Len: u16
§Type: u16
§Info: [u8; 4]
Trait Implementations§
§impl Clone for RSVP_POLICY
impl Clone for RSVP_POLICY
impl Copy for RSVP_POLICY
Auto Trait Implementations§
impl RefUnwindSafe for RSVP_POLICY
impl Send for RSVP_POLICY
impl Sync for RSVP_POLICY
impl Unpin for RSVP_POLICY
impl UnwindSafe for RSVP_POLICY
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