Struct windows_sys::Win32::Devices::WebServicesOnDevices::WSD_NAME_LIST
[−]#[repr(C)]pub struct WSD_NAME_LIST {
pub Next: *mut WSD_NAME_LIST,
pub Element: *mut WSDXML_NAME,
}
Expand description
Required features: "Win32_Devices_WebServicesOnDevices"
Fields
Next: *mut WSD_NAME_LIST
Element: *mut WSDXML_NAME
Trait Implementations
impl Clone for WSD_NAME_LIST
impl Clone for WSD_NAME_LIST
impl Copy for WSD_NAME_LIST
Auto Trait Implementations
impl RefUnwindSafe for WSD_NAME_LIST
impl !Send for WSD_NAME_LIST
impl !Sync for WSD_NAME_LIST
impl Unpin for WSD_NAME_LIST
impl UnwindSafe for WSD_NAME_LIST
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more