pub struct Vcid(/* private fields */);Expand description
Virtual Channel Identifier.
Implementations§
Trait Implementations§
impl Copy for Vcid
impl Eq for Vcid
impl StructuralPartialEq for Vcid
Auto Trait Implementations§
impl Freeze for Vcid
impl RefUnwindSafe for Vcid
impl Send for Vcid
impl Sync for Vcid
impl Unpin for Vcid
impl UnsafeUnpin for Vcid
impl UnwindSafe for Vcid
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