pub struct SimpleChannelUnit<T: SimpleVmbusDevice>(/* private fields */);Expand description
A type wrapping a [ChannelHandle] and implementing [StateUnit].
Implementations§
Source§impl<T: SimpleVmbusDevice> SimpleChannelUnit<T>
impl<T: SimpleVmbusDevice> SimpleChannelUnit<T>
Trait Implementations§
Source§impl<T: Debug + SimpleVmbusDevice> Debug for SimpleChannelUnit<T>
impl<T: Debug + SimpleVmbusDevice> Debug for SimpleChannelUnit<T>
Source§impl<T: SimpleVmbusDevice> Inspect for SimpleChannelUnit<T>
impl<T: SimpleVmbusDevice> Inspect for SimpleChannelUnit<T>
Source§impl<T: SimpleVmbusDevice> StateUnit for &SimpleChannelUnit<T>
impl<T: SimpleVmbusDevice> StateUnit for &SimpleChannelUnit<T>
Auto Trait Implementations§
impl<T> Freeze for SimpleChannelUnit<T>
impl<T> !RefUnwindSafe for SimpleChannelUnit<T>
impl<T> Send for SimpleChannelUnit<T>
impl<T> Sync for SimpleChannelUnit<T>
impl<T> Unpin for SimpleChannelUnit<T>
impl<T> UnsafeUnpin for SimpleChannelUnit<T>
impl<T> !UnwindSafe for SimpleChannelUnit<T>
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