Struct can_dbc::EnvironmentVariable
source · [−]pub struct EnvironmentVariable { /* private fields */ }
Implementations
sourceimpl EnvironmentVariable
impl EnvironmentVariable
pub fn env_var_name(&self) -> &String
pub fn env_var_type(&self) -> &EnvType
pub fn min(&self) -> &i64
pub fn max(&self) -> &i64
pub fn unit(&self) -> &String
pub fn initial_value(&self) -> &f64
pub fn ev_id(&self) -> &i64
pub fn access_type(&self) -> &AccessType
pub fn access_nodes(&self) -> &Vec<AccessNode>
Trait Implementations
sourceimpl Clone for EnvironmentVariable
impl Clone for EnvironmentVariable
sourcefn clone(&self) -> EnvironmentVariable
fn clone(&self) -> EnvironmentVariable
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 EnvironmentVariable
impl Debug for EnvironmentVariable
sourceimpl PartialEq<EnvironmentVariable> for EnvironmentVariable
impl PartialEq<EnvironmentVariable> for EnvironmentVariable
sourcefn eq(&self, other: &EnvironmentVariable) -> bool
fn eq(&self, other: &EnvironmentVariable) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &EnvironmentVariable) -> bool
fn ne(&self, other: &EnvironmentVariable) -> bool
This method tests for !=
.
impl StructuralPartialEq for EnvironmentVariable
Auto Trait Implementations
impl RefUnwindSafe for EnvironmentVariable
impl Send for EnvironmentVariable
impl Sync for EnvironmentVariable
impl Unpin for EnvironmentVariable
impl UnwindSafe for EnvironmentVariable
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