#[repr(C)]pub struct WSD_REFERENCE_PARAMETERS {
pub Any: *mut WSDXML_ELEMENT,
}
Expand description
Required features: "Win32_Devices_WebServicesOnDevices"
Fields
Any: *mut WSDXML_ELEMENT
Trait Implementations
impl Clone for WSD_REFERENCE_PARAMETERS
impl Clone for WSD_REFERENCE_PARAMETERS
impl Copy for WSD_REFERENCE_PARAMETERS
Auto Trait Implementations
impl RefUnwindSafe for WSD_REFERENCE_PARAMETERS
impl !Send for WSD_REFERENCE_PARAMETERS
impl !Sync for WSD_REFERENCE_PARAMETERS
impl Unpin for WSD_REFERENCE_PARAMETERS
impl UnwindSafe for WSD_REFERENCE_PARAMETERS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more