Struct windows_sys::Win32::Networking::Clustering::CLUS_RESOURCE_CLASS_INFO
#[repr(C)]pub struct CLUS_RESOURCE_CLASS_INFO {
pub Anonymous: CLUS_RESOURCE_CLASS_INFO_0,
}
Fields§
§Anonymous: CLUS_RESOURCE_CLASS_INFO_0
Trait Implementations§
§impl Clone for CLUS_RESOURCE_CLASS_INFO
impl Clone for CLUS_RESOURCE_CLASS_INFO
impl Copy for CLUS_RESOURCE_CLASS_INFO
Auto Trait Implementations§
impl RefUnwindSafe for CLUS_RESOURCE_CLASS_INFO
impl Send for CLUS_RESOURCE_CLASS_INFO
impl Sync for CLUS_RESOURCE_CLASS_INFO
impl Unpin for CLUS_RESOURCE_CLASS_INFO
impl UnwindSafe for CLUS_RESOURCE_CLASS_INFO
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