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