#[repr(C)]pub struct DolphinDeedWeight {
pub icounter: u8,
pub app: DolphinApp,
}Fields§
§icounter: u8§app: DolphinAppTrait Implementations§
Source§impl Clone for DolphinDeedWeight
impl Clone for DolphinDeedWeight
Source§fn clone(&self) -> DolphinDeedWeight
fn clone(&self) -> DolphinDeedWeight
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 DolphinDeedWeight
impl Debug for DolphinDeedWeight
impl Copy for DolphinDeedWeight
Auto Trait Implementations§
impl Freeze for DolphinDeedWeight
impl RefUnwindSafe for DolphinDeedWeight
impl Send for DolphinDeedWeight
impl Sync for DolphinDeedWeight
impl Unpin for DolphinDeedWeight
impl UnwindSafe for DolphinDeedWeight
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