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