Struct ipc_queue::Identified [−][src]
pub struct Identified<T> {
pub id: u64,
pub data: T,
}Fields
id: u64data: TTrait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl<T> RefUnwindSafe for Identified<T> where
T: RefUnwindSafe,
impl<T> Send for Identified<T> where
T: Send,
impl<T> Sync for Identified<T> where
T: Sync,
impl<T> Unpin for Identified<T> where
T: Unpin,
impl<T> UnwindSafe for Identified<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more