Struct windows_sys::Win32::Networking::Clustering::CLRES_FUNCTION_TABLE
[−]#[repr(C)]pub struct CLRES_FUNCTION_TABLE {
pub TableSize: u32,
pub Version: u32,
pub Anonymous: CLRES_FUNCTION_TABLE_0,
}
Expand description
Required features: ‘Win32_Networking_Clustering’, ‘Win32_Foundation’, ‘Win32_System_Registry’
Fields
TableSize: u32
Version: u32
Anonymous: CLRES_FUNCTION_TABLE_0
Trait Implementations
impl Clone for CLRES_FUNCTION_TABLE
impl Clone for CLRES_FUNCTION_TABLE
impl Copy for CLRES_FUNCTION_TABLE
Auto Trait Implementations
impl RefUnwindSafe for CLRES_FUNCTION_TABLE
impl Send for CLRES_FUNCTION_TABLE
impl Sync for CLRES_FUNCTION_TABLE
impl Unpin for CLRES_FUNCTION_TABLE
impl UnwindSafe for CLRES_FUNCTION_TABLE
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