#[repr(C)]pub struct arg_date {
    pub hdr: arg_hdr,
    pub format: *const u8,
    pub count: i32,
    pub tmval: *mut tm,
}Fields§
§hdr: arg_hdr§format: *const u8§count: i32§tmval: *mut tmTrait Implementations§
impl Copy for arg_date
Auto Trait Implementations§
impl Freeze for arg_date
impl RefUnwindSafe for arg_date
impl !Send for arg_date
impl !Sync for arg_date
impl Unpin for arg_date
impl UnwindSafe for arg_date
Blanket Implementations§
§impl<T> Any for Twhere
    T: 'static + ?Sized,
 
impl<T> Any for Twhere
    T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
    T: ?Sized,
 
impl<T> Borrow<T> for Twhere
    T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
 
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)