#[repr(transparent)]pub struct ControlChannelTriggerStatus(pub i32);
Expand description
Required features: "Networking_Sockets"
Tuple Fields
0: i32
Implementations
impl ControlChannelTriggerStatus
impl ControlChannelTriggerStatus
pub const HardwareSlotRequested: Self = Self(0i32)
pub const SoftwareSlotAllocated: Self = Self(1i32)
pub const HardwareSlotAllocated: Self = Self(2i32)
pub const PolicyError: Self = Self(3i32)
pub const SystemError: Self = Self(4i32)
pub const TransportDisconnected: Self = Self(5i32)
Trait Implementations
impl Clone for ControlChannelTriggerStatus
impl Clone for ControlChannelTriggerStatus
impl Copy for ControlChannelTriggerStatus
Auto Trait Implementations
impl RefUnwindSafe for ControlChannelTriggerStatus
impl Send for ControlChannelTriggerStatus
impl Sync for ControlChannelTriggerStatus
impl Unpin for ControlChannelTriggerStatus
impl UnwindSafe for ControlChannelTriggerStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more