#[repr(transparent)]pub struct ControlChannelTriggerResetReason(pub i32);
Expand description
Required features: "Networking_Sockets"
Tuple Fields
0: i32
Implementations
impl ControlChannelTriggerResetReason
impl ControlChannelTriggerResetReason
pub const FastUserSwitched: Self = Self(0i32)
pub const LowPowerExit: Self = Self(1i32)
pub const QuietHoursExit: Self = Self(2i32)
pub const ApplicationRestart: Self = Self(3i32)
Trait Implementations
impl Clone for ControlChannelTriggerResetReason
impl Clone for ControlChannelTriggerResetReason
impl Copy for ControlChannelTriggerResetReason
Auto Trait Implementations
impl RefUnwindSafe for ControlChannelTriggerResetReason
impl Send for ControlChannelTriggerResetReason
impl Sync for ControlChannelTriggerResetReason
impl Unpin for ControlChannelTriggerResetReason
impl UnwindSafe for ControlChannelTriggerResetReason
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