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