pub struct Vcp {
pub feature: u8,
pub values: Option<Vec<VcpValue>>,
}Fields§
§feature: u8§values: Option<Vec<VcpValue>>Implementations§
Trait Implementations§
impl Eq for Vcp
impl StructuralPartialEq for Vcp
Auto Trait Implementations§
impl Freeze for Vcp
impl RefUnwindSafe for Vcp
impl Send for Vcp
impl Sync for Vcp
impl Unpin for Vcp
impl UnwindSafe for Vcp
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