#[repr(C)]
pub union _userCLIPFORMAT___MIDL_IWinTypes_0001 {
pub dwValue: DWORD,
pub pwszName: *mut wchar_t,
}
Fields§
§dwValue: DWORD
§pwszName: *mut wchar_t
Trait Implementations§
Source§impl Clone for _userCLIPFORMAT___MIDL_IWinTypes_0001
impl Clone for _userCLIPFORMAT___MIDL_IWinTypes_0001
Source§fn clone(&self) -> _userCLIPFORMAT___MIDL_IWinTypes_0001
fn clone(&self) -> _userCLIPFORMAT___MIDL_IWinTypes_0001
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 _userCLIPFORMAT___MIDL_IWinTypes_0001
Auto Trait Implementations§
impl Freeze for _userCLIPFORMAT___MIDL_IWinTypes_0001
impl RefUnwindSafe for _userCLIPFORMAT___MIDL_IWinTypes_0001
impl !Send for _userCLIPFORMAT___MIDL_IWinTypes_0001
impl !Sync for _userCLIPFORMAT___MIDL_IWinTypes_0001
impl Unpin for _userCLIPFORMAT___MIDL_IWinTypes_0001
impl UnwindSafe for _userCLIPFORMAT___MIDL_IWinTypes_0001
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