#[repr(C)]pub struct bcf_idpair_t {
pub key: *const i8,
pub val: *const bcf_idinfo_t,
}
Fields§
§key: *const i8
§val: *const bcf_idinfo_t
Trait Implementations§
Source§impl Clone for bcf_idpair_t
impl Clone for bcf_idpair_t
Source§fn clone(&self) -> bcf_idpair_t
fn clone(&self) -> bcf_idpair_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 moreSource§impl Debug for bcf_idpair_t
impl Debug for bcf_idpair_t
impl Copy for bcf_idpair_t
Auto Trait Implementations§
impl Freeze for bcf_idpair_t
impl RefUnwindSafe for bcf_idpair_t
impl !Send for bcf_idpair_t
impl !Sync for bcf_idpair_t
impl Unpin for bcf_idpair_t
impl UnwindSafe for bcf_idpair_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
)