#[repr(transparent)]pub struct ControlChannelTriggerResourceType(pub i32);
Expand description
Required features: ‘Networking_Sockets’
Tuple Fields
0: i32
Implementations
impl ControlChannelTriggerResourceType
impl ControlChannelTriggerResourceType
pub const RequestSoftwareSlot: Self
pub const RequestHardwareSlot: Self
Trait Implementations
impl Clone for ControlChannelTriggerResourceType
impl Clone for ControlChannelTriggerResourceType
impl Copy for ControlChannelTriggerResourceType
Auto Trait Implementations
impl RefUnwindSafe for ControlChannelTriggerResourceType
impl Send for ControlChannelTriggerResourceType
impl Sync for ControlChannelTriggerResourceType
impl Unpin for ControlChannelTriggerResourceType
impl UnwindSafe for ControlChannelTriggerResourceType
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