#[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_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}Fields§
§id: c_int§n: c_int§size: c_int§type_: c_int§p: *mut u8§p_len: u32§_bitfield_align_1: [u32; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>Implementations§
Source§impl bcf_fmt_t
impl bcf_fmt_t
pub fn p_off(&self) -> u32
pub fn set_p_off(&mut self, val: u32)
pub unsafe fn p_off_raw(this: *const Self) -> u32
pub unsafe fn set_p_off_raw(this: *mut Self, val: u32)
pub fn p_free(&self) -> u32
pub fn set_p_free(&mut self, val: u32)
pub unsafe fn p_free_raw(this: *const Self) -> u32
pub unsafe fn set_p_free_raw(this: *mut Self, val: u32)
pub fn new_bitfield_1(p_off: u32, p_free: u32) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Auto Trait Implementations§
impl !Send for bcf_fmt_t
impl !Sync for bcf_fmt_t
impl Freeze for bcf_fmt_t
impl RefUnwindSafe for bcf_fmt_t
impl Unpin for bcf_fmt_t
impl UnsafeUnpin 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