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