pub struct SkMsgLink(/* private fields */);Expand description
The link used by
SkMsg
programs.
Trait Implementations§
Source§impl Equivalent<SkMsgLink> for SkMsgLinkId
impl Equivalent<SkMsgLink> for SkMsgLinkId
Source§fn equivalent(&self, key: &SkMsgLink) -> bool
fn equivalent(&self, key: &SkMsgLink) -> bool
Compare self to
key and return true if they are equal.Source§impl From<ProgAttachLink> for SkMsgLink
impl From<ProgAttachLink> for SkMsgLink
Source§fn from(b: ProgAttachLink) -> SkMsgLink
fn from(b: ProgAttachLink) -> SkMsgLink
Converts to this type from the input type.
Source§impl From<SkMsgLink> for ProgAttachLink
impl From<SkMsgLink> for ProgAttachLink
Source§fn from(w: SkMsgLink) -> ProgAttachLink
fn from(w: SkMsgLink) -> ProgAttachLink
Converts to this type from the input type.
impl Eq for SkMsgLink
Auto Trait Implementations§
impl Freeze for SkMsgLink
impl RefUnwindSafe for SkMsgLink
impl Send for SkMsgLink
impl Sync for SkMsgLink
impl Unpin for SkMsgLink
impl UnsafeUnpin for SkMsgLink
impl UnwindSafe for SkMsgLink
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.