pub struct CellSizes {
pub address_cells: CellSize,
pub size_cells: CellSize,
}Expand description
The number of cells (big endian u32s) that addresses and sizes take
Fields§
§address_cells: CellSizeSize of values representing an address
size_cells: CellSizeSize of values representing a size
Implementations§
Trait Implementations§
impl Copy for CellSizes
impl Eq for CellSizes
impl StructuralPartialEq for CellSizes
Auto Trait Implementations§
impl Freeze for CellSizes
impl RefUnwindSafe for CellSizes
impl Send for CellSizes
impl Sync for CellSizes
impl Unpin for CellSizes
impl UnwindSafe for CellSizes
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