#[repr(C, packed(1))]pub struct RamDisk {
pub header: DevicePathProtocol,
pub starting_address: u64,
pub ending_address: u64,
pub disk_type: RamDiskType,
pub disk_instance: u16,
}
Fields§
§header: DevicePathProtocol
§starting_address: u64
§ending_address: u64
§disk_type: RamDiskType
§disk_instance: u16
Auto Trait Implementations§
impl Freeze for RamDisk
impl RefUnwindSafe for RamDisk
impl Send for RamDisk
impl Sync for RamDisk
impl Unpin for RamDisk
impl UnwindSafe for RamDisk
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