Struct WSDXML_TYPE
#[repr(C)]pub struct WSDXML_TYPE {
pub Uri: PCWSTR,
pub Table: *const u8,
}
Fields§
§Uri: PCWSTR
§Table: *const u8
Trait Implementations§
§impl Clone for WSDXML_TYPE
impl Clone for WSDXML_TYPE
§fn clone(&self) -> WSDXML_TYPE
fn clone(&self) -> WSDXML_TYPE
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 more§impl Debug for WSDXML_TYPE
impl Debug for WSDXML_TYPE
§impl PartialEq for WSDXML_TYPE
impl PartialEq for WSDXML_TYPE
impl Copy for WSDXML_TYPE
impl StructuralPartialEq for WSDXML_TYPE
Auto Trait Implementations§
impl Freeze for WSDXML_TYPE
impl RefUnwindSafe for WSDXML_TYPE
impl !Send for WSDXML_TYPE
impl !Sync for WSDXML_TYPE
impl Unpin for WSDXML_TYPE
impl UnwindSafe for WSDXML_TYPE
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