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_ulong
mem_end: c_ulong
base_addr: c_ushort
irq: c_uchar
dma: c_uchar
port: c_uchar
Trait 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 moreimpl Copy 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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