#[repr(C)]pub struct bcf_info_t {
pub key: i32,
pub type_: i32,
pub v1: bcf_info_t__bindgen_ty_1,
pub vptr: *mut u8,
pub vptr_len: u32,
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub len: i32,
}
Fields§
§key: i32
§type_: i32
§v1: bcf_info_t__bindgen_ty_1
§vptr: *mut u8
§vptr_len: u32
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
§len: i32
Implementations§
Source§impl bcf_info_t
impl bcf_info_t
pub fn vptr_off(&self) -> u32
pub fn set_vptr_off(&mut self, val: u32)
pub fn vptr_free(&self) -> u32
pub fn set_vptr_free(&mut self, val: u32)
pub fn new_bitfield_1( vptr_off: u32, vptr_free: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for bcf_info_t
impl Clone for bcf_info_t
Source§fn clone(&self) -> bcf_info_t
fn clone(&self) -> bcf_info_t
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for bcf_info_t
Auto Trait Implementations§
impl Freeze for bcf_info_t
impl RefUnwindSafe for bcf_info_t
impl !Send for bcf_info_t
impl !Sync for bcf_info_t
impl Unpin for bcf_info_t
impl UnwindSafe for bcf_info_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
)