#[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§
Source§impl Clone for __c_anonymous_ifru_map
impl Clone for __c_anonymous_ifru_map
Source§fn clone(&self) -> __c_anonymous_ifru_map
fn clone(&self) -> __c_anonymous_ifru_map
Returns a copy of the value. Read more
1.0.0 · Source§fn 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 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 UnwindSafe for __c_anonymous_ifru_map
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes