pub struct S04_R(/* private fields */);Expand description
Field S04 reader - S04
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for S04_R
impl RefUnwindSafe for S04_R
impl Send for S04_R
impl Sync for S04_R
impl Unpin for S04_R
impl UnwindSafe for S04_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