#[repr(C)]pub struct SAppTimeArray {
pub cValues: u32,
pub lpat: *mut f64,
}Fields§
§cValues: u32§lpat: *mut f64Trait Implementations§
Source§impl Clone for SAppTimeArray
impl Clone for SAppTimeArray
Source§fn clone(&self) -> SAppTimeArray
fn clone(&self) -> SAppTimeArray
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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
Source§impl Debug for SAppTimeArray
impl Debug for SAppTimeArray
Source§impl Default for SAppTimeArray
impl Default for SAppTimeArray
Source§fn default() -> SAppTimeArray
fn default() -> SAppTimeArray
Returns the “default value” for a type. Read more
Source§impl PartialEq for SAppTimeArray
impl PartialEq for SAppTimeArray
Source§fn eq(&self, other: &SAppTimeArray) -> bool
fn eq(&self, other: &SAppTimeArray) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SAppTimeArray
Auto Trait Implementations§
impl !Send for SAppTimeArray
impl !Sync for SAppTimeArray
impl Freeze for SAppTimeArray
impl RefUnwindSafe for SAppTimeArray
impl Unpin for SAppTimeArray
impl UnsafeUnpin 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