#[repr(C)]pub struct _userCLIPFORMAT {
pub fContext: LONG,
pub u: _userCLIPFORMAT___MIDL_IWinTypes_0001,
}
Fields§
§fContext: LONG
§u: _userCLIPFORMAT___MIDL_IWinTypes_0001
Trait Implementations§
Source§impl Clone for _userCLIPFORMAT
impl Clone for _userCLIPFORMAT
Source§fn clone(&self) -> _userCLIPFORMAT
fn clone(&self) -> _userCLIPFORMAT
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
Auto Trait Implementations§
impl Freeze for _userCLIPFORMAT
impl RefUnwindSafe for _userCLIPFORMAT
impl !Send for _userCLIPFORMAT
impl !Sync for _userCLIPFORMAT
impl Unpin for _userCLIPFORMAT
impl UnwindSafe for _userCLIPFORMAT
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