#[repr(C)]pub struct MIB_IPNET_ROW2_ReachabilityTime(/* private fields */);
Implementations§
Source§impl MIB_IPNET_ROW2_ReachabilityTime
impl MIB_IPNET_ROW2_ReachabilityTime
pub unsafe fn LastReachable(&self) -> &ULONG
pub unsafe fn LastReachable_mut(&mut self) -> &mut ULONG
pub unsafe fn LastUnreachable(&self) -> &ULONG
pub unsafe fn LastUnreachable_mut(&mut self) -> &mut ULONG
Trait Implementations§
Source§impl Clone for MIB_IPNET_ROW2_ReachabilityTime
impl Clone for MIB_IPNET_ROW2_ReachabilityTime
Source§fn clone(&self) -> MIB_IPNET_ROW2_ReachabilityTime
fn clone(&self) -> MIB_IPNET_ROW2_ReachabilityTime
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 Default for MIB_IPNET_ROW2_ReachabilityTime
impl Default for MIB_IPNET_ROW2_ReachabilityTime
Source§fn default() -> MIB_IPNET_ROW2_ReachabilityTime
fn default() -> MIB_IPNET_ROW2_ReachabilityTime
Returns the “default value” for a type. Read more
impl Copy for MIB_IPNET_ROW2_ReachabilityTime
Auto Trait Implementations§
impl Freeze for MIB_IPNET_ROW2_ReachabilityTime
impl RefUnwindSafe for MIB_IPNET_ROW2_ReachabilityTime
impl Send for MIB_IPNET_ROW2_ReachabilityTime
impl Sync for MIB_IPNET_ROW2_ReachabilityTime
impl Unpin for MIB_IPNET_ROW2_ReachabilityTime
impl UnwindSafe for MIB_IPNET_ROW2_ReachabilityTime
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