pub struct InterfaceEvent<Ty> {
pub name: &'static str,
pub topic: u32,
/* private fields */
}Fields§
§name: &'static str§topic: u32Trait Implementations§
Source§impl<Ty> Clone for InterfaceEvent<Ty>
impl<Ty> Clone for InterfaceEvent<Ty>
impl<Ty> Copy for InterfaceEvent<Ty>
Auto Trait Implementations§
impl<Ty> Freeze for InterfaceEvent<Ty>
impl<Ty> RefUnwindSafe for InterfaceEvent<Ty>where
Ty: RefUnwindSafe,
impl<Ty> Send for InterfaceEvent<Ty>where
Ty: Send,
impl<Ty> Sync for InterfaceEvent<Ty>where
Ty: Sync,
impl<Ty> Unpin for InterfaceEvent<Ty>where
Ty: Unpin,
impl<Ty> UnwindSafe for InterfaceEvent<Ty>where
Ty: 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