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