#[repr(C)]pub struct RawPreflightTrace {
pub wom: *const BabyBearExtElem,
pub cycles: *const RawPreflightCycle,
pub iops: *const BabyBearExtElem,
pub num_woms: u32,
pub num_cycles: u32,
pub num_iops: u32,
}Fields§
§wom: *const BabyBearExtElem§cycles: *const RawPreflightCycle§iops: *const BabyBearExtElem§num_woms: u32§num_cycles: u32§num_iops: u32Auto Trait Implementations§
impl Freeze for RawPreflightTrace
impl RefUnwindSafe for RawPreflightTrace
impl !Send for RawPreflightTrace
impl !Sync for RawPreflightTrace
impl Unpin for RawPreflightTrace
impl UnwindSafe for RawPreflightTrace
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