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