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