Struct windows_sys::Win32::Networking::WindowsWebServices::WS_ENUM_VALUE
#[repr(C)]pub struct WS_ENUM_VALUE {
pub value: i32,
pub name: *mut WS_XML_STRING,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§value: i32
§name: *mut WS_XML_STRING
Trait Implementations§
§impl Clone for WS_ENUM_VALUE
impl Clone for WS_ENUM_VALUE
impl Copy for WS_ENUM_VALUE
Auto Trait Implementations§
impl RefUnwindSafe for WS_ENUM_VALUE
impl !Send for WS_ENUM_VALUE
impl !Sync for WS_ENUM_VALUE
impl Unpin for WS_ENUM_VALUE
impl UnwindSafe for WS_ENUM_VALUE
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