#[repr(C)]pub struct frame_queue_nelt_counter_t {
pub count: [u64_; 64],
}Fields§
§count: [u64_; 64]Trait Implementations§
Source§impl Clone for frame_queue_nelt_counter_t
impl Clone for frame_queue_nelt_counter_t
Source§fn clone(&self) -> frame_queue_nelt_counter_t
fn clone(&self) -> frame_queue_nelt_counter_t
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 frame_queue_nelt_counter_t
impl Debug for frame_queue_nelt_counter_t
Source§impl Default for frame_queue_nelt_counter_t
impl Default for frame_queue_nelt_counter_t
impl Copy for frame_queue_nelt_counter_t
Auto Trait Implementations§
impl Freeze for frame_queue_nelt_counter_t
impl RefUnwindSafe for frame_queue_nelt_counter_t
impl Send for frame_queue_nelt_counter_t
impl Sync for frame_queue_nelt_counter_t
impl Unpin for frame_queue_nelt_counter_t
impl UnsafeUnpin for frame_queue_nelt_counter_t
impl UnwindSafe for frame_queue_nelt_counter_t
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