pub struct hkCriticalSection;
Trait Implementations§
Source§impl Debug for hkCriticalSection
impl Debug for hkCriticalSection
Source§impl Default for hkCriticalSection
impl Default for hkCriticalSection
Source§fn default() -> hkCriticalSection
fn default() -> hkCriticalSection
Returns the “default value” for a type. Read more
Source§impl hkRefPtrCounted for hkCriticalSection
impl hkRefPtrCounted for hkCriticalSection
fn AddReference(&self)
fn RemoveReference(&self)
Auto Trait Implementations§
impl Freeze for hkCriticalSection
impl RefUnwindSafe for hkCriticalSection
impl Send for hkCriticalSection
impl Sync for hkCriticalSection
impl Unpin for hkCriticalSection
impl UnwindSafe for hkCriticalSection
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