Struct windows_sys::Win32::Networking::Ldap::LDAP_TIMEVAL
[−]Expand description
Required features: ‘Win32_Networking_Ldap’
Fields
tv_sec: i32
tv_usec: i32
Trait Implementations
impl Clone for LDAP_TIMEVAL
impl Clone for LDAP_TIMEVAL
impl Copy for LDAP_TIMEVAL
Auto Trait Implementations
impl RefUnwindSafe for LDAP_TIMEVAL
impl Send for LDAP_TIMEVAL
impl Sync for LDAP_TIMEVAL
impl Unpin for LDAP_TIMEVAL
impl UnwindSafe for LDAP_TIMEVAL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more