#[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
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
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more