Struct __c_anonymous_ifru_map
#[repr(C)]
pub struct __c_anonymous_ifru_map { pub mem_start: c_ulong, pub mem_end: c_ulong, pub base_addr: c_ushort, pub irq: c_uchar, pub dma: c_uchar, pub port: c_uchar }
Fields
mem_start: c_ulongmem_end: c_ulongbase_addr: c_ushortirq: c_uchardma: c_ucharport: c_uchar
Trait Implementations
impl Clone for __c_anonymous_ifru_map
fn clone(&self) -> __c_anonymous_ifru_map
impl Copy for __c_anonymous_ifru_map
impl Debug for __c_anonymous_ifru_map
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for __c_anonymous_ifru_map
impl Hash for __c_anonymous_ifru_map
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for __c_anonymous_ifru_map
fn eq(&self, other: &__c_anonymous_ifru_map) -> bool
impl StructuralPartialEq for __c_anonymous_ifru_map
Auto Trait Implementations
impl Freeze for __c_anonymous_ifru_map
impl RefUnwindSafe for __c_anonymous_ifru_map
impl Send for __c_anonymous_ifru_map
impl Sync for __c_anonymous_ifru_map
impl Unpin for __c_anonymous_ifru_map
impl UnsafeUnpin for __c_anonymous_ifru_map
impl UnwindSafe for __c_anonymous_ifru_map
Blanket Implementations
impl<T> Any for __c_anonymous_ifru_map
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for __c_anonymous_ifru_map
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for __c_anonymous_ifru_map
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for __c_anonymous_ifru_map
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for __c_anonymous_ifru_map
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for __c_anonymous_ifru_map
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for __c_anonymous_ifru_map
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for __c_anonymous_ifru_map
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>