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