Struct rustpython_vm::stdlib::errno::errors::__c_anonymous_ifru_map
source · #[repr(C)]pub struct __c_anonymous_ifru_map {
pub mem_start: u32,
pub mem_end: u32,
pub base_addr: u16,
pub irq: u8,
pub dma: u8,
pub port: u8,
}
Fields§
§mem_start: u32
§mem_end: u32
§base_addr: u16
§irq: u8
§dma: u8
§port: u8
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 moresource§impl Debug for __c_anonymous_ifru_map
impl Debug for __c_anonymous_ifru_map
source§impl Hash for __c_anonymous_ifru_map
impl Hash for __c_anonymous_ifru_map
source§impl PartialEq<__c_anonymous_ifru_map> for __c_anonymous_ifru_map
impl PartialEq<__c_anonymous_ifru_map> for __c_anonymous_ifru_map
source§fn 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 ==
.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§
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> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.