pub struct FdtIrqSpec {
pub controller: DeviceId,
pub cells: Vec<u32>,
}Expand description
Fully described FDT interrupt specifier.
Fields§
§controller: DeviceId§cells: Vec<u32>Trait Implementations§
Source§impl Clone for FdtIrqSpec
impl Clone for FdtIrqSpec
Source§fn clone(&self) -> FdtIrqSpec
fn clone(&self) -> FdtIrqSpec
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FdtIrqSpec
impl Debug for FdtIrqSpec
impl Eq for FdtIrqSpec
Source§impl PartialEq for FdtIrqSpec
impl PartialEq for FdtIrqSpec
Source§fn eq(&self, other: &FdtIrqSpec) -> bool
fn eq(&self, other: &FdtIrqSpec) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FdtIrqSpec
Auto Trait Implementations§
impl Freeze for FdtIrqSpec
impl RefUnwindSafe for FdtIrqSpec
impl Send for FdtIrqSpec
impl Sync for FdtIrqSpec
impl Unpin for FdtIrqSpec
impl UnsafeUnpin for FdtIrqSpec
impl UnwindSafe for FdtIrqSpec
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