#[repr(C)]pub struct tagCAFILETIME {
pub cElems: ULONG,
pub pElems: *mut FILETIME,
}Fields§
§cElems: ULONG§pElems: *mut FILETIMETrait Implementations§
Source§impl Clone for tagCAFILETIME
impl Clone for tagCAFILETIME
Source§fn clone(&self) -> tagCAFILETIME
fn clone(&self) -> tagCAFILETIME
Returns a duplicate 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
impl Copy 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