pub struct GroupStruct<C: GroupType> {
pub chr: C,
pub idx: u32,
}Fields§
§chr: C§idx: u32Trait Implementations§
Source§impl<C: Clone + GroupType> Clone for GroupStruct<C>
impl<C: Clone + GroupType> Clone for GroupStruct<C>
Source§fn clone(&self) -> GroupStruct<C>
fn clone(&self) -> GroupStruct<C>
Returns a duplicate 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 moreAuto Trait Implementations§
impl<C> Freeze for GroupStruct<C>where
C: Freeze,
impl<C> RefUnwindSafe for GroupStruct<C>where
C: RefUnwindSafe,
impl<C> Send for GroupStruct<C>where
C: Send,
impl<C> Sync for GroupStruct<C>where
C: Sync,
impl<C> Unpin for GroupStruct<C>where
C: Unpin,
impl<C> UnwindSafe for GroupStruct<C>where
C: UnwindSafe,
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