pub struct Reg<'a> {
pub address: Cells<'a>,
pub size: Cells<'a>,
}Expand description
The value of a reg property.
Fields§
§address: Cells<'a>The address of the device within the address space of the parent bus.
size: Cells<'a>The size of the device within the address space of the parent bus.
Implementations§
Trait Implementations§
impl<'a> Copy for Reg<'a>
impl<'a> Eq for Reg<'a>
impl<'a> StructuralPartialEq for Reg<'a>
Auto Trait Implementations§
impl<'a> Freeze for Reg<'a>
impl<'a> RefUnwindSafe for Reg<'a>
impl<'a> Send for Reg<'a>
impl<'a> Sync for Reg<'a>
impl<'a> Unpin for Reg<'a>
impl<'a> UnwindSafe for Reg<'a>
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