pub struct AddressSpaceProperties {
pub address_cells: u32,
pub size_cells: u32,
}Expand description
The #address-cells and #size-cells properties of a node.
Fields§
§address_cells: u32The #address-cells property.
size_cells: u32The #size-cells property.
Trait Implementations§
Source§impl Clone for AddressSpaceProperties
impl Clone for AddressSpaceProperties
Source§fn clone(&self) -> AddressSpaceProperties
fn clone(&self) -> AddressSpaceProperties
Returns a duplicate of the value. Read more
1.0.0 · 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 AddressSpaceProperties
impl Debug for AddressSpaceProperties
Source§impl Default for AddressSpaceProperties
impl Default for AddressSpaceProperties
impl Copy for AddressSpaceProperties
Auto Trait Implementations§
impl Freeze for AddressSpaceProperties
impl RefUnwindSafe for AddressSpaceProperties
impl Send for AddressSpaceProperties
impl Sync for AddressSpaceProperties
impl Unpin for AddressSpaceProperties
impl UnwindSafe for AddressSpaceProperties
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