[−][src]Struct nc::types::serial_struct_t
Fields
type_: i32line: i32port: u32irq: i32flags: i32xmit_fifo_size: i32custom_divisor: i32baud_base: i32close_delay: u16io_type: u8reserved_char: [u8; 1]hub6: i32closing_wait: u16time to wait before closing
closing_wait2: u16no longer used...
iomem_base: *mut u8iomem_reg_shift: u16port_high: u32iomap_base: usizecookie passed into ioremap
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,