Struct iceoryx2_bb_threadsafe::trigger_queue::MutexHandle
source · pub struct MutexHandle<T>where
T: Debug,{ /* private fields */ }Trait Implementations§
source§impl<T> Debug for MutexHandle<T>where
T: Debug,
impl<T> Debug for MutexHandle<T>where
T: Debug,
source§impl<T> Drop for MutexHandle<T>where
T: Debug,
impl<T> Drop for MutexHandle<T>where
T: Debug,
source§impl<T> Handle for MutexHandle<T>where
T: Debug,
impl<T> Handle for MutexHandle<T>where
T: Debug,
fn new() -> MutexHandle<T>
fn is_initialized(&self) -> bool
fn is_inter_process_capable(&self) -> bool
source§impl<'a, T> IpcCapable<'a, MutexHandle<T>> for Mutex<'a, T>where
T: Debug,
impl<'a, T> IpcCapable<'a, MutexHandle<T>> for Mutex<'a, T>where
T: Debug,
source§fn is_interprocess_capable(&self) -> bool
fn is_interprocess_capable(&self) -> bool
Returns true if the object is interprocess capable, otherwise false
source§unsafe fn from_ipc_handle(handle: &'a T) -> Self
unsafe fn from_ipc_handle(handle: &'a T) -> Self
Creates an IPC Capable object from its handle. 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> !Freeze for MutexHandle<T>
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