Struct windows_sys::Win32::Networking::WinSock::PRIORITY_STATUS
[−]#[repr(C)]pub struct PRIORITY_STATUS {
pub Sender: SOCKET_PRIORITY_HINT,
pub Receiver: SOCKET_PRIORITY_HINT,
}
Expand description
Required features: ‘Win32_Networking_WinSock’
Fields
Sender: SOCKET_PRIORITY_HINT
Receiver: SOCKET_PRIORITY_HINT
Trait Implementations
impl Clone for PRIORITY_STATUS
impl Clone for PRIORITY_STATUS
impl Copy for PRIORITY_STATUS
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more