Struct rust_htslib::htslib::wait__bindgen_ty_2 [−][src]
#[repr(C)]#[repr(align(4))]pub struct wait__bindgen_ty_2 { pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u8>, }
Fields
_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u8>
Implementations
pub fn new_bitfield_1(
__w_stopval: u32,
__w_stopsig: u32
) -> __BindgenBitfieldUnit<[u8; 4], u8>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for wait__bindgen_ty_2
impl Send for wait__bindgen_ty_2
impl Sync for wait__bindgen_ty_2
impl Unpin for wait__bindgen_ty_2
impl UnwindSafe for wait__bindgen_ty_2
Blanket Implementations
Mutably borrows from an owned value. Read more