Struct stm32_metapac::otg::regs::Hcchar
#[repr(transparent)]pub struct Hcchar(pub u32);
Expand description
Host channel characteristics register
Tuple Fields§
§0: u32
Implementations§
§impl Hcchar
impl Hcchar
pub fn set_oddfrm(&mut self, val: bool)
pub fn set_oddfrm(&mut self, val: bool)
Odd frame
Trait Implementations§
impl Copy for Hcchar
impl Eq for Hcchar
impl StructuralEq for Hcchar
impl StructuralPartialEq for Hcchar
Auto Trait Implementations§
impl RefUnwindSafe for Hcchar
impl Send for Hcchar
impl Sync for Hcchar
impl Unpin for Hcchar
impl UnwindSafe for Hcchar
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