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