Struct iceoryx2_bb_threadsafe::trigger_queue::MutexHandle
source · pub struct MutexHandle<T>where
T: Debug,{ /* private fields */ }Implementations§
source§impl<T> MutexHandle<T>where
T: Debug,
impl<T> MutexHandle<T>where
T: Debug,
pub fn new() -> MutexHandle<T>
Trait Implementations§
source§impl<T> Debug for MutexHandle<T>where
T: Debug,
impl<T> Debug for MutexHandle<T>where
T: Debug,
source§impl<T> Default for MutexHandle<T>where
T: Debug,
impl<T> Default for MutexHandle<T>where
T: Debug,
source§fn default() -> MutexHandle<T>
fn default() -> MutexHandle<T>
Returns the “default value” for a type. Read more
impl<T> Send for MutexHandle<T>where
T: Debug,
impl<T> Sync for MutexHandle<T>where
T: Debug,
Auto Trait Implementations§
impl<T> !RefUnwindSafe for MutexHandle<T>
impl<T> Unpin for MutexHandle<T>where
T: Unpin,
impl<T> UnwindSafe for MutexHandle<T>where
T: UnwindSafe,
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