Struct WSD_REFERENCE_PARAMETERS
#[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
§fn clone(&self) -> WSD_REFERENCE_PARAMETERS
fn clone(&self) -> WSD_REFERENCE_PARAMETERS
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_REFERENCE_PARAMETERS
Auto Trait Implementations§
impl Freeze for WSD_REFERENCE_PARAMETERS
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