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