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