pub struct CfsOptions {
pub msgid_layout: MsgIdLayout,
}Expand description
Options for cFS validation and code generation.
Fields§
§msgid_layout: MsgIdLayoutMessage ID layout policy for command/telemetry bit-pattern validation.
Trait Implementations§
Source§impl Clone for CfsOptions
impl Clone for CfsOptions
Source§fn clone(&self) -> CfsOptions
fn clone(&self) -> CfsOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CfsOptions
impl Debug for CfsOptions
Source§impl Default for CfsOptions
impl Default for CfsOptions
Source§fn default() -> CfsOptions
fn default() -> CfsOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for CfsOptions
impl PartialEq for CfsOptions
Source§fn eq(&self, other: &CfsOptions) -> bool
fn eq(&self, other: &CfsOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for CfsOptions
impl Eq for CfsOptions
impl StructuralPartialEq for CfsOptions
Auto Trait Implementations§
impl Freeze for CfsOptions
impl RefUnwindSafe for CfsOptions
impl Send for CfsOptions
impl Sync for CfsOptions
impl Unpin for CfsOptions
impl UnsafeUnpin for CfsOptions
impl UnwindSafe for CfsOptions
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