Struct windows::Networking::Sockets::ControlChannelTriggerStatus
#[repr(transparent)]pub struct ControlChannelTriggerStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl ControlChannelTriggerStatus
impl ControlChannelTriggerStatus
pub const HardwareSlotRequested: Self = _
pub const SoftwareSlotAllocated: Self = _
pub const HardwareSlotAllocated: Self = _
pub const PolicyError: Self = _
pub const SystemError: Self = _
pub const TransportDisconnected: Self = _
Trait Implementations§
§impl Clone for ControlChannelTriggerStatus
impl Clone for ControlChannelTriggerStatus
§fn clone(&self) -> ControlChannelTriggerStatus
fn clone(&self) -> ControlChannelTriggerStatus
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 more§impl Debug for ControlChannelTriggerStatus
impl Debug for ControlChannelTriggerStatus
§impl Default for ControlChannelTriggerStatus
impl Default for ControlChannelTriggerStatus
§fn default() -> ControlChannelTriggerStatus
fn default() -> ControlChannelTriggerStatus
Returns the “default value” for a type. Read more
§impl PartialEq for ControlChannelTriggerStatus
impl PartialEq for ControlChannelTriggerStatus
§fn eq(&self, other: &ControlChannelTriggerStatus) -> bool
fn eq(&self, other: &ControlChannelTriggerStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ControlChannelTriggerStatus
impl Eq for ControlChannelTriggerStatus
impl StructuralPartialEq for ControlChannelTriggerStatus
Auto Trait Implementations§
impl Freeze for ControlChannelTriggerStatus
impl RefUnwindSafe for ControlChannelTriggerStatus
impl Send for ControlChannelTriggerStatus
impl Sync for ControlChannelTriggerStatus
impl Unpin for ControlChannelTriggerStatus
impl UnwindSafe for ControlChannelTriggerStatus
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)