#[repr(C)]pub struct tagCADATE {
pub cElems: ULONG,
pub pElems: *mut DATE,
}
Fields§
§cElems: ULONG
§pElems: *mut DATE
Trait Implementations§
Source§impl Ord for tagCADATE
impl Ord for tagCADATE
Source§impl PartialOrd for tagCADATE
impl PartialOrd for tagCADATE
impl Copy for tagCADATE
impl Eq for tagCADATE
impl StructuralPartialEq for tagCADATE
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