pub struct InterfaceLane<M: RawMutex + 'static, const FRAME: usize> { /* private fields */ }Implementations§
Source§impl<M: RawMutex + 'static, const FRAME: usize> InterfaceLane<M, FRAME>
impl<M: RawMutex + 'static, const FRAME: usize> InterfaceLane<M, FRAME>
pub fn into_seam<const NOTIFY: usize>( self, notify: Sender<'static, M, InterfaceId, NOTIFY>, fill_entropy: fn(&mut [u8]), ) -> EmbassyInterfaceSeam<'static, M, NOTIFY, FRAME>
Auto Trait Implementations§
impl<M, const FRAME: usize> !RefUnwindSafe for InterfaceLane<M, FRAME>
impl<M, const FRAME: usize> !UnwindSafe for InterfaceLane<M, FRAME>
impl<M, const FRAME: usize> Freeze for InterfaceLane<M, FRAME>
impl<M, const FRAME: usize> Send for InterfaceLane<M, FRAME>where
M: Sync,
impl<M, const FRAME: usize> Sync for InterfaceLane<M, FRAME>where
M: Sync,
impl<M, const FRAME: usize> Unpin for InterfaceLane<M, FRAME>
impl<M, const FRAME: usize> UnsafeUnpin for InterfaceLane<M, FRAME>
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