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