pub struct AttributeSpec {
pub spec: &'static CharacterDataSpec,
pub required: bool,
pub version: u32,
}
Expand description
specification of an attribute
Fields§
§spec: &'static CharacterDataSpec
data type of the attribute content
required: bool
is the attribute required to be present in it’s containing element
version: u32
in which autosar version(s) is this attribute valid. This field is a bitmask.
Auto Trait Implementations§
impl Freeze for AttributeSpec
impl RefUnwindSafe for AttributeSpec
impl Send for AttributeSpec
impl Sync for AttributeSpec
impl Unpin for AttributeSpec
impl UnwindSafe for AttributeSpec
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