Struct SAppTimeArray
#[repr(C)]pub struct SAppTimeArray {
pub cValues: u32,
pub lpat: *mut f64,
}
Fields§
§cValues: u32
§lpat: *mut f64
Trait Implementations§
§impl Clone for SAppTimeArray
impl Clone for SAppTimeArray
§fn clone(&self) -> SAppTimeArray
fn clone(&self) -> SAppTimeArray
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 SAppTimeArray
Auto Trait Implementations§
impl Freeze for SAppTimeArray
impl RefUnwindSafe for SAppTimeArray
impl !Send for SAppTimeArray
impl !Sync for SAppTimeArray
impl Unpin for SAppTimeArray
impl UnwindSafe for SAppTimeArray
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