#[repr(C)]pub struct bcf_fmt_t {
pub id: i32,
pub n: i32,
pub size: i32,
pub type_: i32,
pub p: *mut u8,
pub p_len: u32,
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}
Fields§
§id: i32
§n: i32
§size: i32
§type_: i32
§p: *mut u8
§p_len: u32
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)