#[repr(C)]pub struct STORAGE_COUNTER {
pub Type: STORAGE_COUNTER_TYPE,
pub Value: STORAGE_COUNTER_0,
}Fields§
§Type: STORAGE_COUNTER_TYPE§Value: STORAGE_COUNTER_0Trait Implementations§
Source§impl Abi for STORAGE_COUNTER
impl Abi for STORAGE_COUNTER
Source§type Abi = STORAGE_COUNTER
type Abi = STORAGE_COUNTER
The abi representation of the implementing type. Read more
type DefaultType = STORAGE_COUNTER
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for STORAGE_COUNTER
impl Clone for STORAGE_COUNTER
Source§fn clone(&self) -> STORAGE_COUNTER
fn clone(&self) -> STORAGE_COUNTER
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 STORAGE_COUNTER
impl Eq for STORAGE_COUNTER
Auto Trait Implementations§
impl Freeze for STORAGE_COUNTER
impl RefUnwindSafe for STORAGE_COUNTER
impl Send for STORAGE_COUNTER
impl Sync for STORAGE_COUNTER
impl Unpin for STORAGE_COUNTER
impl UnsafeUnpin for STORAGE_COUNTER
impl UnwindSafe for STORAGE_COUNTER
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