pub enum BAR {
Memory(u64, u32, Prefetchable, Type),
IO(u32, u32),
}
Variants§
Implementations§
Trait Implementations§
impl Copy for BAR
impl Eq for BAR
impl StructuralPartialEq for BAR
Auto Trait Implementations§
impl Freeze for BAR
impl RefUnwindSafe for BAR
impl Send for BAR
impl Sync for BAR
impl Unpin for BAR
impl UnwindSafe for BAR
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