pub struct AttributeSpec {
pub spec: &'static CharacterDataSpec,
pub required: bool,
pub version: u32,
}Expand description
specification of an attribute
Fields§
§spec: &'static CharacterDataSpecdata type of the attribute content
required: boolis the attribute required to be present in its containing element
version: u32in 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 UnsafeUnpin 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