#[repr(C)]pub struct RockerOfDpaGroupList {
pub next: *mut RockerOfDpaGroupList,
pub value: *mut RockerOfDpaGroup,
}Fields§
§next: *mut RockerOfDpaGroupList§value: *mut RockerOfDpaGroupTrait Implementations§
Source§impl Clone for RockerOfDpaGroupList
impl Clone for RockerOfDpaGroupList
Source§fn clone(&self) -> RockerOfDpaGroupList
fn clone(&self) -> RockerOfDpaGroupList
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 moreSource§impl Debug for RockerOfDpaGroupList
impl Debug for RockerOfDpaGroupList
impl Copy for RockerOfDpaGroupList
Auto Trait Implementations§
impl Freeze for RockerOfDpaGroupList
impl RefUnwindSafe for RockerOfDpaGroupList
impl !Send for RockerOfDpaGroupList
impl !Sync for RockerOfDpaGroupList
impl Unpin for RockerOfDpaGroupList
impl UnwindSafe for RockerOfDpaGroupList
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