Struct windows_sys::Win32::Devices::WebServicesOnDevices::WSD_URI_LIST
[−]#[repr(C)]pub struct WSD_URI_LIST {
pub Next: *mut WSD_URI_LIST,
pub Element: PCWSTR,
}
Expand description
Required features: ‘Win32_Devices_WebServicesOnDevices’
Fields
Next: *mut WSD_URI_LIST
Element: PCWSTR
Trait Implementations
impl Clone for WSD_URI_LIST
impl Clone for WSD_URI_LIST
impl Copy for WSD_URI_LIST
Auto Trait Implementations
impl RefUnwindSafe for WSD_URI_LIST
impl !Send for WSD_URI_LIST
impl !Sync for WSD_URI_LIST
impl Unpin for WSD_URI_LIST
impl UnwindSafe for WSD_URI_LIST
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