#[repr(C)]pub struct IRQ_Target_Type {
pub PRIORITY_THRESHOLD: u32,
pub CLAIM_COMPLETE: u32,
pub reserved: [u32; 1022],
}Fields§
§PRIORITY_THRESHOLD: u32§CLAIM_COMPLETE: u32§reserved: [u32; 1022]Trait Implementations§
Source§impl Clone for IRQ_Target_Type
impl Clone for IRQ_Target_Type
Source§fn clone(&self) -> IRQ_Target_Type
fn clone(&self) -> IRQ_Target_Type
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 IRQ_Target_Type
impl Debug for IRQ_Target_Type
impl Copy for IRQ_Target_Type
Auto Trait Implementations§
impl Freeze for IRQ_Target_Type
impl RefUnwindSafe for IRQ_Target_Type
impl Send for IRQ_Target_Type
impl Sync for IRQ_Target_Type
impl Unpin for IRQ_Target_Type
impl UnsafeUnpin for IRQ_Target_Type
impl UnwindSafe for IRQ_Target_Type
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