pub struct NvDataInterface(/* private fields */);
Expand description
An NvDataInterface
defines non-volatile data that can be accessed through the interface
Use ArPackage::create_nv_data_interface
to create a new non-volatile data interface
Trait Implementations§
Source§impl AbstractPortInterface for NvDataInterface
impl AbstractPortInterface for NvDataInterface
Source§fn set_is_service(
&self,
is_service: Option<bool>,
) -> Result<(), AutosarAbstractionError>
fn set_is_service( &self, is_service: Option<bool>, ) -> Result<(), AutosarAbstractionError>
Set the isService property for this port interface
Source§fn is_service(&self) -> Option<bool>
fn is_service(&self) -> Option<bool>
Get the isService property for this port interface
Source§impl AbstractionElement for NvDataInterface
impl AbstractionElement for NvDataInterface
Source§impl Clone for NvDataInterface
impl Clone for NvDataInterface
Source§fn clone(&self) -> NvDataInterface
fn clone(&self) -> NvDataInterface
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NvDataInterface
impl Debug for NvDataInterface
Source§impl From<NvDataInterface> for Element
impl From<NvDataInterface> for Element
Source§fn from(val: NvDataInterface) -> Self
fn from(val: NvDataInterface) -> Self
Converts to this type from the input type.
Source§impl Hash for NvDataInterface
impl Hash for NvDataInterface
Source§impl PartialEq for NvDataInterface
impl PartialEq for NvDataInterface
Source§impl TryFrom<Element> for NvDataInterface
impl TryFrom<Element> for NvDataInterface
impl Eq for NvDataInterface
impl StructuralPartialEq for NvDataInterface
Auto Trait Implementations§
impl Freeze for NvDataInterface
impl !RefUnwindSafe for NvDataInterface
impl Send for NvDataInterface
impl Sync for NvDataInterface
impl Unpin for NvDataInterface
impl !UnwindSafe for NvDataInterface
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.