#[repr(C, packed(1))]pub struct FisData {
pub fis_type: u8,
pub pm: u8,
pub _reserved: [u8; 2],
}Expand description
FIS Data – Bidirectional (variable length, header is 4 bytes).
Fields§
§fis_type: u8FIS type (0x46).
pm: u8Port multiplier.
_reserved: [u8; 2]Reserved.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FisData
impl RefUnwindSafe for FisData
impl Send for FisData
impl Sync for FisData
impl Unpin for FisData
impl UnwindSafe for FisData
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)