Struct PROG_INVOKE_SETTING
#[repr(transparent)]pub struct PROG_INVOKE_SETTING(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for PROG_INVOKE_SETTING
impl Clone for PROG_INVOKE_SETTING
§fn clone(&self) -> PROG_INVOKE_SETTING
fn clone(&self) -> PROG_INVOKE_SETTING
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 PROG_INVOKE_SETTING
impl Debug for PROG_INVOKE_SETTING
§impl Default for PROG_INVOKE_SETTING
impl Default for PROG_INVOKE_SETTING
§fn default() -> PROG_INVOKE_SETTING
fn default() -> PROG_INVOKE_SETTING
Returns the “default value” for a type. Read more
§impl PartialEq for PROG_INVOKE_SETTING
impl PartialEq for PROG_INVOKE_SETTING
impl Copy for PROG_INVOKE_SETTING
impl Eq for PROG_INVOKE_SETTING
impl StructuralPartialEq for PROG_INVOKE_SETTING
Auto Trait Implementations§
impl Freeze for PROG_INVOKE_SETTING
impl RefUnwindSafe for PROG_INVOKE_SETTING
impl Send for PROG_INVOKE_SETTING
impl Sync for PROG_INVOKE_SETTING
impl Unpin for PROG_INVOKE_SETTING
impl UnwindSafe for PROG_INVOKE_SETTING
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