Struct can_dbc::ValueTable
source · [−]pub struct ValueTable { /* private fields */ }
Expand description
Global value table
Implementations
sourceimpl ValueTable
impl ValueTable
pub fn value_table_name(&self) -> &String
pub fn value_descriptions(&self) -> &Vec<ValDescription>
Trait Implementations
sourceimpl Clone for ValueTable
impl Clone for ValueTable
sourcefn clone(&self) -> ValueTable
fn clone(&self) -> ValueTable
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ValueTable
impl Debug for ValueTable
sourceimpl PartialEq<ValueTable> for ValueTable
impl PartialEq<ValueTable> for ValueTable
sourcefn eq(&self, other: &ValueTable) -> bool
fn eq(&self, other: &ValueTable) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ValueTable) -> bool
fn ne(&self, other: &ValueTable) -> bool
This method tests for !=
.
impl StructuralPartialEq for ValueTable
Auto Trait Implementations
impl RefUnwindSafe for ValueTable
impl Send for ValueTable
impl Sync for ValueTable
impl Unpin for ValueTable
impl UnwindSafe for ValueTable
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