Struct frust5_api::ChannelInfo
source · [−]pub struct ChannelInfo { /* private fields */ }Expand description
Stuct to represent the channel info attributes for each read.
Implementations
sourceimpl ChannelInfo
impl ChannelInfo
Auto Trait Implementations
impl RefUnwindSafe for ChannelInfo
impl Send for ChannelInfo
impl Sync for ChannelInfo
impl Unpin for ChannelInfo
impl UnwindSafe for ChannelInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more