#[repr(C)]pub struct DolphinDeedLimits {
pub app: DolphinApp,
pub icounter_limit: u8,
}Fields§
§app: DolphinApp§icounter_limit: u8Trait Implementations§
Source§impl Clone for DolphinDeedLimits
impl Clone for DolphinDeedLimits
Source§fn clone(&self) -> DolphinDeedLimits
fn clone(&self) -> DolphinDeedLimits
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DolphinDeedLimits
Auto Trait Implementations§
impl Freeze for DolphinDeedLimits
impl RefUnwindSafe for DolphinDeedLimits
impl Send for DolphinDeedLimits
impl Sync for DolphinDeedLimits
impl Unpin for DolphinDeedLimits
impl UnsafeUnpin for DolphinDeedLimits
impl UnwindSafe for DolphinDeedLimits
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