pub struct CMS_R(/* private fields */);Expand description
Field CMS reader - Center-aligned mode selection
Implementations§
Source§impl CMS_R
impl CMS_R
Sourcepub fn is_edge_aligned(&self) -> bool
pub fn is_edge_aligned(&self) -> bool
Checks if the value of the field is EDGEALIGNED
Sourcepub fn is_center_aligned1(&self) -> bool
pub fn is_center_aligned1(&self) -> bool
Checks if the value of the field is CENTERALIGNED1
Sourcepub fn is_center_aligned2(&self) -> bool
pub fn is_center_aligned2(&self) -> bool
Checks if the value of the field is CENTERALIGNED2
Sourcepub fn is_center_aligned3(&self) -> bool
pub fn is_center_aligned3(&self) -> bool
Checks if the value of the field is CENTERALIGNED3
Methods from Deref<Target = FieldReader<u8, CMS_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CMS_R
impl RefUnwindSafe for CMS_R
impl Send for CMS_R
impl Sync for CMS_R
impl Unpin for CMS_R
impl UnwindSafe for CMS_R
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