Struct QOS_TCP_TRAFFIC
#[repr(C)]pub struct QOS_TCP_TRAFFIC {
pub ObjectHdr: QOS_OBJECT_HDR,
}
Fields§
§ObjectHdr: QOS_OBJECT_HDR
Trait Implementations§
§impl Clone for QOS_TCP_TRAFFIC
impl Clone for QOS_TCP_TRAFFIC
§fn clone(&self) -> QOS_TCP_TRAFFIC
fn clone(&self) -> QOS_TCP_TRAFFIC
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_TCP_TRAFFIC
Auto Trait Implementations§
impl Freeze for QOS_TCP_TRAFFIC
impl RefUnwindSafe for QOS_TCP_TRAFFIC
impl Send for QOS_TCP_TRAFFIC
impl Sync for QOS_TCP_TRAFFIC
impl Unpin for QOS_TCP_TRAFFIC
impl UnwindSafe for QOS_TCP_TRAFFIC
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