pub struct InterfaceIfac {
pub id: InterfaceId,
pub context: IfacContext,
}Fields§
§id: InterfaceId§context: IfacContextAuto Trait Implementations§
impl Freeze for InterfaceIfac
impl RefUnwindSafe for InterfaceIfac
impl Send for InterfaceIfac
impl Sync for InterfaceIfac
impl Unpin for InterfaceIfac
impl UnsafeUnpin for InterfaceIfac
impl UnwindSafe for InterfaceIfac
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