#[repr(C)]pub struct _STORAGE_COUNTER {
pub Type: STORAGE_COUNTER_TYPE,
pub Value: _STORAGE_COUNTER__bindgen_ty_1,
}
Fields§
§Type: STORAGE_COUNTER_TYPE
§Value: _STORAGE_COUNTER__bindgen_ty_1
Trait Implementations§
Source§impl Clone for _STORAGE_COUNTER
impl Clone for _STORAGE_COUNTER
Source§fn clone(&self) -> _STORAGE_COUNTER
fn clone(&self) -> _STORAGE_COUNTER
Returns a copy 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 moreimpl Copy 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 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