Struct vc6_sys::_userCLIPFORMAT
source · #[repr(C)]pub struct _userCLIPFORMAT {
pub fContext: c_long,
pub u: _userCLIPFORMAT___MIDL_IWinTypes_0001,
}Fields§
§fContext: c_long§u: _userCLIPFORMAT___MIDL_IWinTypes_0001Trait 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 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