#[repr(C)]pub struct bibl {
pub n: c_long,
pub max: c_long,
pub ref_: *mut *mut fields,
}Fields§
§n: c_long§max: c_long§ref_: *mut *mut fieldsTrait Implementations§
Auto Trait Implementations§
impl Freeze for bibl
impl RefUnwindSafe for bibl
impl !Send for bibl
impl !Sync for bibl
impl Unpin for bibl
impl UnwindSafe for bibl
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