#[repr(C)]pub struct avr_usb_t {
pub io: avr_io_t,
pub name: c_char,
pub disabled: avr_regbit_t,
pub usbrf: avr_regbit_t,
pub r_usbcon: avr_io_addr_t,
pub r_pllcsr: avr_io_addr_t,
pub usb_com_vect: u8,
pub usb_gen_vect: u8,
pub state: *mut usb_internal_state,
}
Fields§
§io: avr_io_t
§name: c_char
§disabled: avr_regbit_t
§usbrf: avr_regbit_t
§r_usbcon: avr_io_addr_t
§r_pllcsr: avr_io_addr_t
§usb_com_vect: u8
§usb_gen_vect: u8
§state: *mut usb_internal_state
Trait Implementations§
Auto Trait Implementations§
impl Freeze for avr_usb_t
impl RefUnwindSafe for avr_usb_t
impl !Send for avr_usb_t
impl !Sync for avr_usb_t
impl Unpin for avr_usb_t
impl UnwindSafe for avr_usb_t
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