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