Struct WSD_SCOPES
#[repr(C)]pub struct WSD_SCOPES {
pub MatchBy: PCWSTR,
pub Scopes: *mut WSD_URI_LIST,
}
Fields§
§MatchBy: PCWSTR
§Scopes: *mut WSD_URI_LIST
Trait Implementations§
§impl Clone for WSD_SCOPES
impl Clone for WSD_SCOPES
§fn clone(&self) -> WSD_SCOPES
fn clone(&self) -> WSD_SCOPES
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for WSD_SCOPES
Auto Trait Implementations§
impl Freeze for WSD_SCOPES
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§
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