pub struct xinpgen {
pub xig_len: ksize_t,
pub xig_count: u32,
pub xig_gen: inp_gen_t,
pub xig_sogen: so_gen_t,
/* private fields */
}Fields§
§xig_len: ksize_t§xig_count: u32§xig_gen: inp_gen_t§xig_sogen: so_gen_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for xinpgen
impl RefUnwindSafe for xinpgen
impl Send for xinpgen
impl Sync for xinpgen
impl Unpin for xinpgen
impl UnwindSafe for xinpgen
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