pub struct GicRedistributorEntry {
pub header: EntryHeader,
pub discovery_range_base_address: u64,
pub discovery_range_length: u32,
/* private fields */
}Fields§
§header: EntryHeader§discovery_range_base_address: u64§discovery_range_length: u32Trait Implementations§
Source§impl Clone for GicRedistributorEntry
impl Clone for GicRedistributorEntry
Source§fn clone(&self) -> GicRedistributorEntry
fn clone(&self) -> GicRedistributorEntry
Returns a duplicate 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 GicRedistributorEntry
impl Debug for GicRedistributorEntry
impl Copy for GicRedistributorEntry
Auto Trait Implementations§
impl Freeze for GicRedistributorEntry
impl RefUnwindSafe for GicRedistributorEntry
impl Send for GicRedistributorEntry
impl Sync for GicRedistributorEntry
impl Unpin for GicRedistributorEntry
impl UnwindSafe for GicRedistributorEntry
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, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)