Struct WSD_EVENTING_EXPIRES
#[repr(C)]pub struct WSD_EVENTING_EXPIRES {
pub Duration: *mut WSD_DURATION,
pub DateTime: *mut WSD_DATETIME,
}
Fields§
§Duration: *mut WSD_DURATION
§DateTime: *mut WSD_DATETIME
Trait Implementations§
§impl Clone for WSD_EVENTING_EXPIRES
impl Clone for WSD_EVENTING_EXPIRES
§fn clone(&self) -> WSD_EVENTING_EXPIRES
fn clone(&self) -> WSD_EVENTING_EXPIRES
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 moreimpl Copy for WSD_EVENTING_EXPIRES
Auto Trait Implementations§
impl Freeze for WSD_EVENTING_EXPIRES
impl RefUnwindSafe for WSD_EVENTING_EXPIRES
impl !Send for WSD_EVENTING_EXPIRES
impl !Sync for WSD_EVENTING_EXPIRES
impl Unpin for WSD_EVENTING_EXPIRES
impl UnwindSafe for WSD_EVENTING_EXPIRES
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