Struct WSDXML_TEXT
#[repr(C)]pub struct WSDXML_TEXT {
pub Node: WSDXML_NODE,
pub Text: PWSTR,
}
Fields§
§Node: WSDXML_NODE
§Text: PWSTR
Trait Implementations§
§impl Clone for WSDXML_TEXT
impl Clone for WSDXML_TEXT
§fn clone(&self) -> WSDXML_TEXT
fn clone(&self) -> WSDXML_TEXT
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 WSDXML_TEXT
Auto Trait Implementations§
impl Freeze for WSDXML_TEXT
impl RefUnwindSafe for WSDXML_TEXT
impl !Send for WSDXML_TEXT
impl !Sync for WSDXML_TEXT
impl Unpin for WSDXML_TEXT
impl UnwindSafe for WSDXML_TEXT
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