pub struct ConfigInterface<'f, 'c> { /* private fields */ }Implementations§
Source§impl<'f, 'c> ConfigInterface<'f, 'c>
impl<'f, 'c> ConfigInterface<'f, 'c>
pub fn new( fs: &'f dyn RingFs<'f>, mapper_ctl: &'c ControlSignal, ) -> ConfigInterface<'f, 'c>
pub async fn receive(&mut self, data: &[u8])
Auto Trait Implementations§
impl<'f, 'c> Freeze for ConfigInterface<'f, 'c>
impl<'f, 'c> !RefUnwindSafe for ConfigInterface<'f, 'c>
impl<'f, 'c> !Send for ConfigInterface<'f, 'c>
impl<'f, 'c> !Sync for ConfigInterface<'f, 'c>
impl<'f, 'c> Unpin for ConfigInterface<'f, 'c>
impl<'f, 'c> !UnwindSafe for ConfigInterface<'f, 'c>
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