Struct esp32s3::rtc_io::rtc_gpio_pin3::PAD_DRIVER_W
source · [−]pub struct PAD_DRIVER_W<'a> { /* private fields */ }
Expand description
Field PAD_DRIVER
writer - if set to 0: normal output, if set to 1: open drain
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for PAD_DRIVER_W<'a>
impl<'a> Send for PAD_DRIVER_W<'a>
impl<'a> Sync for PAD_DRIVER_W<'a>
impl<'a> Unpin for PAD_DRIVER_W<'a>
impl<'a> !UnwindSafe for PAD_DRIVER_W<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more