pub struct RegFixed {
pub address: u64,
pub child_bus_address: u64,
pub size: Option<u64>,
}Fields§
§address: u64§child_bus_address: u64§size: Option<u64>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegFixed
impl RefUnwindSafe for RegFixed
impl Send for RegFixed
impl Sync for RegFixed
impl Unpin for RegFixed
impl UnsafeUnpin for RegFixed
impl UnwindSafe for RegFixed
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