pub struct Bar32 {
pub address: u32,
pub size: u32,
pub prefetchable: bool,
}Fields§
§address: u32§size: u32§prefetchable: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for Bar32
impl RefUnwindSafe for Bar32
impl Send for Bar32
impl Sync for Bar32
impl Unpin for Bar32
impl UnwindSafe for Bar32
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