#[repr(transparent)]pub struct CSETAPPLYTYPE(pub i32);Tuple Fields§
§0: i32Trait Implementations§
Source§impl Clone for CSETAPPLYTYPE
impl Clone for CSETAPPLYTYPE
Source§fn clone(&self) -> CSETAPPLYTYPE
fn clone(&self) -> CSETAPPLYTYPE
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CSETAPPLYTYPE
Source§impl Debug for CSETAPPLYTYPE
impl Debug for CSETAPPLYTYPE
Source§impl Default for CSETAPPLYTYPE
impl Default for CSETAPPLYTYPE
Source§fn default() -> CSETAPPLYTYPE
fn default() -> CSETAPPLYTYPE
Returns the “default value” for a type. Read more
impl Eq for CSETAPPLYTYPE
Source§impl PartialEq for CSETAPPLYTYPE
impl PartialEq for CSETAPPLYTYPE
Source§fn eq(&self, other: &CSETAPPLYTYPE) -> bool
fn eq(&self, other: &CSETAPPLYTYPE) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CSETAPPLYTYPE
Auto Trait Implementations§
impl Freeze for CSETAPPLYTYPE
impl RefUnwindSafe for CSETAPPLYTYPE
impl Send for CSETAPPLYTYPE
impl Sync for CSETAPPLYTYPE
impl Unpin for CSETAPPLYTYPE
impl UnsafeUnpin for CSETAPPLYTYPE
impl UnwindSafe for CSETAPPLYTYPE
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