pub struct SLV_WRBUF_DUMMY_EN_R(/* private fields */);Expand description
Field slv_wrbuf_dummy_en reader - In the slave mode, it is the enable bit of “dummy” phase for “write-buffer” operations.
Methods from Deref<Target = FieldReader<bool, bool>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SLV_WRBUF_DUMMY_EN_R
impl RefUnwindSafe for SLV_WRBUF_DUMMY_EN_R
impl Send for SLV_WRBUF_DUMMY_EN_R
impl Sync for SLV_WRBUF_DUMMY_EN_R
impl Unpin for SLV_WRBUF_DUMMY_EN_R
impl UnwindSafe for SLV_WRBUF_DUMMY_EN_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