#[repr(C, packed(1))]pub struct Infiniband {
pub header: DevicePathProtocol,
pub resource_flags: InfinibandResourceFlags,
pub port_gid: [u8; 16],
pub ioc_guid_or_service_id: u64,
pub target_port_id: u64,
pub device_id: u64,
}
Fields§
§header: DevicePathProtocol
§resource_flags: InfinibandResourceFlags
§port_gid: [u8; 16]
§ioc_guid_or_service_id: u64
§target_port_id: u64
§device_id: u64
Auto Trait Implementations§
impl Freeze for Infiniband
impl RefUnwindSafe for Infiniband
impl Send for Infiniband
impl Sync for Infiniband
impl Unpin for Infiniband
impl UnwindSafe for Infiniband
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