pub struct IrqSnapshot {
pub claimed: bool,
pub sources: IrqSource,
}Fields§
§claimed: bool§sources: IrqSourceTrait Implementations§
Source§impl Clone for IrqSnapshot
impl Clone for IrqSnapshot
Source§fn clone(&self) -> IrqSnapshot
fn clone(&self) -> IrqSnapshot
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 moreimpl Copy for IrqSnapshot
Source§impl Debug for IrqSnapshot
impl Debug for IrqSnapshot
Source§impl Default for IrqSnapshot
impl Default for IrqSnapshot
Source§fn default() -> IrqSnapshot
fn default() -> IrqSnapshot
Returns the “default value” for a type. Read more
impl Eq for IrqSnapshot
Source§impl PartialEq for IrqSnapshot
impl PartialEq for IrqSnapshot
Source§fn eq(&self, other: &IrqSnapshot) -> bool
fn eq(&self, other: &IrqSnapshot) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IrqSnapshot
Auto Trait Implementations§
impl Freeze for IrqSnapshot
impl RefUnwindSafe for IrqSnapshot
impl Send for IrqSnapshot
impl Sync for IrqSnapshot
impl Unpin for IrqSnapshot
impl UnsafeUnpin for IrqSnapshot
impl UnwindSafe for IrqSnapshot
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