Struct windows_sys::Win32::Networking::Clustering::CLUS_WORKER
[−]Expand description
Required features: ‘Win32_Networking_Clustering’, ‘Win32_Foundation’
Fields
hThread: HANDLE
Terminate: BOOL
Trait Implementations
impl Clone for CLUS_WORKER
impl Clone for CLUS_WORKER
impl Copy for CLUS_WORKER
Auto Trait Implementations
impl RefUnwindSafe for CLUS_WORKER
impl Send for CLUS_WORKER
impl Sync for CLUS_WORKER
impl Unpin for CLUS_WORKER
impl UnwindSafe for CLUS_WORKER
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