#[repr(transparent)]pub struct Debug0(pub u32);Expand description
Debug 0
Tuple Fields§
§0: u32Implementations§
Source§impl Debug0
impl Debug0
Sourcepub const fn otgidpiolock(&self) -> bool
pub const fn otgidpiolock(&self) -> bool
Hold OTG_ID
Sourcepub const fn set_otgidpiolock(&mut self, val: bool)
pub const fn set_otgidpiolock(&mut self, val: bool)
Hold OTG_ID
Sourcepub const fn hstpulldown(&self) -> Hstpulldown
pub const fn hstpulldown(&self) -> Hstpulldown
Host Pulldown Overdrive Mode
Sourcepub const fn set_hstpulldown(&mut self, val: Hstpulldown)
pub const fn set_hstpulldown(&mut self, val: Hstpulldown)
Host Pulldown Overdrive Mode
Sourcepub const fn enhstpulldown(&self) -> Enhstpulldown
pub const fn enhstpulldown(&self) -> Enhstpulldown
Enable Host Pulldown Overdrive Mode
Sourcepub const fn set_enhstpulldown(&mut self, val: Enhstpulldown)
pub const fn set_enhstpulldown(&mut self, val: Enhstpulldown)
Enable Host Pulldown Overdrive Mode
Trait Implementations§
impl Copy for Debug0
impl Eq for Debug0
impl StructuralPartialEq for Debug0
Auto Trait Implementations§
impl Freeze for Debug0
impl RefUnwindSafe for Debug0
impl Send for Debug0
impl Sync for Debug0
impl Unpin for Debug0
impl UnwindSafe for Debug0
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