Struct GenTspec
#[repr(C)]pub struct GenTspec {
pub gen_Tspec_serv_hdr: IntServServiceHdr,
pub gen_Tspec_parm_hdr: IntServParmHdr,
pub gen_Tspec_parms: GenTspecParms,
}
Fields§
§gen_Tspec_serv_hdr: IntServServiceHdr
§gen_Tspec_parm_hdr: IntServParmHdr
§gen_Tspec_parms: GenTspecParms
Trait Implementations§
impl Copy for GenTspec
impl StructuralPartialEq for GenTspec
Auto Trait Implementations§
impl Freeze for GenTspec
impl RefUnwindSafe for GenTspec
impl Send for GenTspec
impl Sync for GenTspec
impl Unpin for GenTspec
impl UnwindSafe for GenTspec
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