pub struct PS2DET_R(/* private fields */);Expand description
Field PS2DET reader - DM pull-up detection status
Implementations§
Methods from Deref<Target = FieldReader<bool, PS2DET_A>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PS2DET_R
impl RefUnwindSafe for PS2DET_R
impl Send for PS2DET_R
impl Sync for PS2DET_R
impl Unpin for PS2DET_R
impl UnwindSafe for PS2DET_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