#[repr(C)]pub struct RawPreflightCycle {
pub iop_idx: u32,
pub is_par_safe: u32,
}
Fields§
§iop_idx: u32
§is_par_safe: u32
Trait Implementations§
Source§impl Clone for RawPreflightCycle
impl Clone for RawPreflightCycle
Source§fn clone(&self) -> RawPreflightCycle
fn clone(&self) -> RawPreflightCycle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RawPreflightCycle
impl Debug for RawPreflightCycle
Source§impl PartialEq for RawPreflightCycle
impl PartialEq for RawPreflightCycle
impl StructuralPartialEq for RawPreflightCycle
Auto Trait Implementations§
impl Freeze for RawPreflightCycle
impl RefUnwindSafe for RawPreflightCycle
impl Send for RawPreflightCycle
impl Sync for RawPreflightCycle
impl Unpin for RawPreflightCycle
impl UnwindSafe for RawPreflightCycle
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