#[repr(C)]pub struct WSD_REFERENCE_PARAMETERS {
pub Any: *mut WSDXML_ELEMENT,
}
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§
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