#[repr(C)]pub struct fdt_reserve_entry {
pub address: fdt64_t,
pub size: fdt64_t,
}Fields§
§address: fdt64_t§size: fdt64_tTrait Implementations§
Source§impl Clone for fdt_reserve_entry
impl Clone for fdt_reserve_entry
Source§fn clone(&self) -> fdt_reserve_entry
fn clone(&self) -> fdt_reserve_entry
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 fdt_reserve_entry
Auto Trait Implementations§
impl Freeze for fdt_reserve_entry
impl RefUnwindSafe for fdt_reserve_entry
impl Send for fdt_reserve_entry
impl Sync for fdt_reserve_entry
impl Unpin for fdt_reserve_entry
impl UnsafeUnpin for fdt_reserve_entry
impl UnwindSafe for fdt_reserve_entry
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