#[repr(C)]pub struct tagCAFILETIME {
pub cElems: ULONG,
pub pElems: *mut FILETIME,
}
Fields§
§cElems: ULONG
§pElems: *mut FILETIME
Trait Implementations§
Source§impl Clone for tagCAFILETIME
impl Clone for tagCAFILETIME
Source§fn clone(&self) -> tagCAFILETIME
fn clone(&self) -> tagCAFILETIME
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for tagCAFILETIME
impl Debug for tagCAFILETIME
Source§impl Ord for tagCAFILETIME
impl Ord for tagCAFILETIME
Source§fn cmp(&self, other: &tagCAFILETIME) -> Ordering
fn cmp(&self, other: &tagCAFILETIME) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagCAFILETIME
impl PartialEq for tagCAFILETIME
Source§impl PartialOrd for tagCAFILETIME
impl PartialOrd for tagCAFILETIME
impl Copy for tagCAFILETIME
impl Eq for tagCAFILETIME
impl StructuralPartialEq for tagCAFILETIME
Auto Trait Implementations§
impl Freeze for tagCAFILETIME
impl RefUnwindSafe for tagCAFILETIME
impl !Send for tagCAFILETIME
impl !Sync for tagCAFILETIME
impl Unpin for tagCAFILETIME
impl UnwindSafe for tagCAFILETIME
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