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