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