Struct libc::__c_anonymous_ifru_map 
source · [−]#[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_ucharTrait Implementations
sourceimpl Clone for __c_anonymous_ifru_map
 
impl Clone for __c_anonymous_ifru_map
sourcefn clone(&self) -> __c_anonymous_ifru_map
 
fn clone(&self) -> __c_anonymous_ifru_map
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for __c_anonymous_ifru_map
 
impl Debug for __c_anonymous_ifru_map
sourceimpl Hash for __c_anonymous_ifru_map
 
impl Hash for __c_anonymous_ifru_map
sourceimpl PartialEq<__c_anonymous_ifru_map> for __c_anonymous_ifru_map
 
impl PartialEq<__c_anonymous_ifru_map> for __c_anonymous_ifru_map
sourcefn eq(&self, other: &__c_anonymous_ifru_map) -> bool
 
fn eq(&self, other: &__c_anonymous_ifru_map) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &__c_anonymous_ifru_map) -> bool
 
fn ne(&self, other: &__c_anonymous_ifru_map) -> bool
This method tests for !=.
impl Copy for __c_anonymous_ifru_map
impl Eq for __c_anonymous_ifru_map
impl StructuralEq for __c_anonymous_ifru_map
impl StructuralPartialEq for __c_anonymous_ifru_map
Auto Trait Implementations
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 UnwindSafe for __c_anonymous_ifru_map
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more