#[repr(C, packed(1))]pub struct CdRom {
pub header: DevicePathProtocol,
pub boot_entry: u32,
pub partition_start: u64,
pub partition_size: u64,
}
Fields§
§header: DevicePathProtocol
§boot_entry: u32
§partition_start: u64
§partition_size: u64
Auto Trait Implementations§
impl Freeze for CdRom
impl RefUnwindSafe for CdRom
impl Send for CdRom
impl Sync for CdRom
impl Unpin for CdRom
impl UnwindSafe for CdRom
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