Struct WSD_PROBE
#[repr(C)]pub struct WSD_PROBE {
pub Types: *mut WSD_NAME_LIST,
pub Scopes: *mut WSD_SCOPES,
pub Any: *mut WSDXML_ELEMENT,
}
Fields§
§Types: *mut WSD_NAME_LIST
§Scopes: *mut WSD_SCOPES
§Any: *mut WSDXML_ELEMENT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WSD_PROBE
impl RefUnwindSafe for WSD_PROBE
impl !Send for WSD_PROBE
impl !Sync for WSD_PROBE
impl Unpin for WSD_PROBE
impl UnwindSafe for WSD_PROBE
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