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