Struct QualAppFlowSpec
#[repr(C)]pub struct QualAppFlowSpec {
pub Q_spec_serv_hdr: IntServServiceHdr,
pub Q_spec_parm_hdr: IntServParmHdr,
pub Q_spec_parms: QualTspecParms,
}
Fields§
§Q_spec_serv_hdr: IntServServiceHdr
§Q_spec_parm_hdr: IntServParmHdr
§Q_spec_parms: QualTspecParms
Trait Implementations§
§impl Clone for QualAppFlowSpec
impl Clone for QualAppFlowSpec
§fn clone(&self) -> QualAppFlowSpec
fn clone(&self) -> QualAppFlowSpec
Returns a copy 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 moreimpl Copy for QualAppFlowSpec
Auto Trait Implementations§
impl Freeze for QualAppFlowSpec
impl RefUnwindSafe for QualAppFlowSpec
impl Send for QualAppFlowSpec
impl Sync for QualAppFlowSpec
impl Unpin for QualAppFlowSpec
impl UnwindSafe for QualAppFlowSpec
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