Struct vc6_sys::IComBinding
source · #[repr(C)]pub struct IComBinding { /* private fields */ }Trait Implementations§
source§impl Clone for IComBinding
impl Clone for IComBinding
source§fn clone(&self) -> IComBinding
fn clone(&self) -> IComBinding
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 moresource§impl Debug for IComBinding
impl Debug for IComBinding
impl Copy for IComBinding
Auto Trait Implementations§
impl RefUnwindSafe for IComBinding
impl Send for IComBinding
impl Sync for IComBinding
impl Unpin for IComBinding
impl UnwindSafe for IComBinding
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