#[repr(C)]pub struct CLUSPROP_RESOURCE_CLASS_INFO {
pub Base: CLUSPROP_VALUE,
pub Base2: CLUS_RESOURCE_CLASS_INFO,
}
Fields§
§Base: CLUSPROP_VALUE
§Base2: CLUS_RESOURCE_CLASS_INFO
Trait Implementations§
§impl Clone for CLUSPROP_RESOURCE_CLASS_INFO
impl Clone for CLUSPROP_RESOURCE_CLASS_INFO
impl Copy for CLUSPROP_RESOURCE_CLASS_INFO
Auto Trait Implementations§
impl RefUnwindSafe for CLUSPROP_RESOURCE_CLASS_INFO
impl Send for CLUSPROP_RESOURCE_CLASS_INFO
impl Sync for CLUSPROP_RESOURCE_CLASS_INFO
impl Unpin for CLUSPROP_RESOURCE_CLASS_INFO
impl UnwindSafe for CLUSPROP_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