Struct windows_sys::Win32::NetworkManagement::Ndis::GEN_GET_NETCARD_TIME
[−]#[repr(C)]pub struct GEN_GET_NETCARD_TIME {
pub ReadTime: u64,
}
Expand description
Required features: "Win32_NetworkManagement_Ndis"
Fields
ReadTime: u64
Trait Implementations
impl Clone for GEN_GET_NETCARD_TIME
impl Clone for GEN_GET_NETCARD_TIME
impl Copy for GEN_GET_NETCARD_TIME
Auto Trait Implementations
impl RefUnwindSafe for GEN_GET_NETCARD_TIME
impl Send for GEN_GET_NETCARD_TIME
impl Sync for GEN_GET_NETCARD_TIME
impl Unpin for GEN_GET_NETCARD_TIME
impl UnwindSafe for GEN_GET_NETCARD_TIME
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more