#[repr(C)]pub struct tagCADATE {
pub cElems: ULONG,
pub pElems: *mut DATE,
}Fields§
§cElems: ULONG§pElems: *mut DATETrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for tagCADATE
impl !Send for tagCADATE
impl !Sync for tagCADATE
impl Unpin for tagCADATE
impl UnwindSafe for tagCADATE
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