Struct ControlChannelTriggerResourceType
#[repr(transparent)]pub struct ControlChannelTriggerResourceType(pub i32);
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
§fn clone(&self) -> ControlChannelTriggerResourceType
fn clone(&self) -> ControlChannelTriggerResourceType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ControlChannelTriggerResourceType
impl Debug for ControlChannelTriggerResourceType
§impl Default for ControlChannelTriggerResourceType
impl Default for ControlChannelTriggerResourceType
§fn default() -> ControlChannelTriggerResourceType
fn default() -> ControlChannelTriggerResourceType
Returns the “default value” for a type. Read more
impl Copy for ControlChannelTriggerResourceType
impl Eq for ControlChannelTriggerResourceType
impl StructuralPartialEq for ControlChannelTriggerResourceType
Auto Trait Implementations§
impl Freeze for ControlChannelTriggerResourceType
impl RefUnwindSafe for ControlChannelTriggerResourceType
impl Send for ControlChannelTriggerResourceType
impl Sync for ControlChannelTriggerResourceType
impl Unpin for ControlChannelTriggerResourceType
impl UnwindSafe for ControlChannelTriggerResourceType
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more