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