pub struct CellSizes {
pub address_cells: usize,
pub size_cells: usize,
}
Expand description
The number of cells (big endian u32s) that addresses and sizes take
Fields§
§address_cells: usize
Size of values representing an address
size_cells: usize
Size of values representing a size
Trait Implementations§
impl Copy 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