Struct QOS_DIFFSERV
#[repr(C)]pub struct QOS_DIFFSERV {
pub ObjectHdr: QOS_OBJECT_HDR,
pub DSFieldCount: u32,
pub DiffservRule: [u8; 1],
}
Fields§
§ObjectHdr: QOS_OBJECT_HDR
§DSFieldCount: u32
§DiffservRule: [u8; 1]
Trait Implementations§
§impl Clone for QOS_DIFFSERV
impl Clone for QOS_DIFFSERV
§fn clone(&self) -> QOS_DIFFSERV
fn clone(&self) -> QOS_DIFFSERV
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for QOS_DIFFSERV
Auto Trait Implementations§
impl Freeze for QOS_DIFFSERV
impl RefUnwindSafe for QOS_DIFFSERV
impl Send for QOS_DIFFSERV
impl Sync for QOS_DIFFSERV
impl Unpin for QOS_DIFFSERV
impl UnwindSafe for QOS_DIFFSERV
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