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