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