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