#[repr(C)]pub struct Carveout {
pub da: DevAddr,
pub pa: u32,
pub len: u32,
pub flags: u32,
pub reserved: u32,
pub name: [u8; 32],
}Fields§
§da: DevAddr§pa: u32§len: u32§flags: u32§reserved: u32§name: [u8; 32]Implementations§
Trait Implementations§
Source§impl ResourceType for Carveout
impl ResourceType for Carveout
const RESOURCE_TYPE: u32 = 0
Auto Trait Implementations§
impl Freeze for Carveout
impl RefUnwindSafe for Carveout
impl !Send for Carveout
impl Sync for Carveout
impl Unpin for Carveout
impl UnwindSafe for Carveout
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