Struct windows_sys::Win32::Networking::Clustering::RESUTIL_PROPERTY_ITEM
#[repr(C)]pub struct RESUTIL_PROPERTY_ITEM {
pub Name: PWSTR,
pub KeyName: PWSTR,
pub Format: u32,
pub Anonymous: RESUTIL_PROPERTY_ITEM_0,
pub Minimum: u32,
pub Maximum: u32,
pub Flags: u32,
pub Offset: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Name: PWSTR
§KeyName: PWSTR
§Format: u32
§Anonymous: RESUTIL_PROPERTY_ITEM_0
§Minimum: u32
§Maximum: u32
§Flags: u32
§Offset: u32
Trait Implementations§
§impl Clone for RESUTIL_PROPERTY_ITEM
impl Clone for RESUTIL_PROPERTY_ITEM
impl Copy for RESUTIL_PROPERTY_ITEM
Auto Trait Implementations§
impl RefUnwindSafe for RESUTIL_PROPERTY_ITEM
impl !Send for RESUTIL_PROPERTY_ITEM
impl !Sync for RESUTIL_PROPERTY_ITEM
impl Unpin for RESUTIL_PROPERTY_ITEM
impl UnwindSafe for RESUTIL_PROPERTY_ITEM
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