pub struct IrqControl;
Expand description
Corresponds to seL4_IRQControl
.
Trait Implementations§
Source§impl Clone for IrqControl
impl Clone for IrqControl
Source§fn clone(&self) -> IrqControl
fn clone(&self) -> IrqControl
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IrqControl
impl Debug for IrqControl
Source§impl Hash for IrqControl
impl Hash for IrqControl
Source§impl Ord for IrqControl
impl Ord for IrqControl
Source§impl PartialEq for IrqControl
impl PartialEq for IrqControl
Source§impl PartialOrd for IrqControl
impl PartialOrd for IrqControl
Source§fn partial_cmp(&self, other: &IrqControl) -> Option<Ordering>
fn partial_cmp(&self, other: &IrqControl) -> Option<Ordering>
impl Copy for IrqControl
impl Eq for IrqControl
impl StructuralPartialEq for IrqControl
Auto Trait Implementations§
impl Freeze for IrqControl
impl RefUnwindSafe for IrqControl
impl Send for IrqControl
impl Sync for IrqControl
impl Unpin for IrqControl
impl UnwindSafe for IrqControl
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)