#[repr(C)]pub struct dxMutexGroup { /* private fields */ }
Trait Implementations§
Source§impl Clone for dxMutexGroup
impl Clone for dxMutexGroup
Source§fn clone(&self) -> dxMutexGroup
fn clone(&self) -> dxMutexGroup
Returns a duplicate 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 dxMutexGroup
impl Debug for dxMutexGroup
impl Copy for dxMutexGroup
Auto Trait Implementations§
impl Freeze for dxMutexGroup
impl RefUnwindSafe for dxMutexGroup
impl Send for dxMutexGroup
impl Sync for dxMutexGroup
impl Unpin for dxMutexGroup
impl UnwindSafe for dxMutexGroup
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