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,
}
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§
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