#[repr(C, packed(1))]pub struct Sata {
pub header: DevicePathProtocol,
pub hba_port_number: u16,
pub port_multiplier_port_number: u16,
pub logical_unit_number: u16,
}Fields§
§header: DevicePathProtocol§hba_port_number: u16§port_multiplier_port_number: u16§logical_unit_number: u16Auto Trait Implementations§
impl Freeze for Sata
impl RefUnwindSafe for Sata
impl Send for Sata
impl Sync for Sata
impl Unpin for Sata
impl UnwindSafe for Sata
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