#[repr(C, packed(1))]pub struct ATAPI_DEVICE_PATH {
pub Header: EFI_DEVICE_PATH_PROTOCOL,
pub PrimarySecondary: u8,
pub SlaveMaster: u8,
pub Lun: u16,
}
Fields§
§Header: EFI_DEVICE_PATH_PROTOCOL
§PrimarySecondary: u8
§SlaveMaster: u8
§Lun: u16
Trait Implementations§
Source§impl Clone for ATAPI_DEVICE_PATH
impl Clone for ATAPI_DEVICE_PATH
Source§fn clone(&self) -> ATAPI_DEVICE_PATH
fn clone(&self) -> ATAPI_DEVICE_PATH
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ATAPI_DEVICE_PATH
impl Debug for ATAPI_DEVICE_PATH
impl Copy for ATAPI_DEVICE_PATH
Auto Trait Implementations§
impl Freeze for ATAPI_DEVICE_PATH
impl RefUnwindSafe for ATAPI_DEVICE_PATH
impl Send for ATAPI_DEVICE_PATH
impl Sync for ATAPI_DEVICE_PATH
impl Unpin for ATAPI_DEVICE_PATH
impl UnwindSafe for ATAPI_DEVICE_PATH
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