Struct windows_sys::Win32::NetworkManagement::NetManagement::REPL_INFO_1001
#[repr(C)]pub struct REPL_INFO_1001 {
pub rp1001_pulse: u32,
}
Fields§
§rp1001_pulse: u32
Trait Implementations§
§impl Clone for REPL_INFO_1001
impl Clone for REPL_INFO_1001
impl Copy for REPL_INFO_1001
Auto Trait Implementations§
impl RefUnwindSafe for REPL_INFO_1001
impl Send for REPL_INFO_1001
impl Sync for REPL_INFO_1001
impl Unpin for REPL_INFO_1001
impl UnwindSafe for REPL_INFO_1001
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