Struct WSD_NAME_LIST
#[repr(C)]pub struct WSD_NAME_LIST {
pub Next: *mut WSD_NAME_LIST,
pub Element: *mut WSDXML_NAME,
}
Fields§
§Next: *mut WSD_NAME_LIST
§Element: *mut WSDXML_NAME
Trait Implementations§
§impl Clone for WSD_NAME_LIST
impl Clone for WSD_NAME_LIST
§fn clone(&self) -> WSD_NAME_LIST
fn clone(&self) -> WSD_NAME_LIST
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_NAME_LIST
Auto Trait Implementations§
impl Freeze for WSD_NAME_LIST
impl RefUnwindSafe for WSD_NAME_LIST
impl !Send for WSD_NAME_LIST
impl !Sync for WSD_NAME_LIST
impl Unpin for WSD_NAME_LIST
impl UnwindSafe for WSD_NAME_LIST
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