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