#[repr(C)]pub struct bcf_fmt_t {
pub id: c_int,
pub n: c_int,
pub size: c_int,
pub type_: c_int,
pub p: *mut u8,
pub p_len: u32,
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>,
}
Fields§
§id: c_int
§n: c_int
§size: c_int
§type_: c_int
§p: *mut u8
§p_len: u32
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4], u32>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for bcf_fmt_t
impl RefUnwindSafe for bcf_fmt_t
impl !Send for bcf_fmt_t
impl !Sync for bcf_fmt_t
impl Unpin for bcf_fmt_t
impl UnwindSafe for bcf_fmt_t
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