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