#[repr(C)]pub struct jbg_buf {
pub d: [c_uchar; 4000],
pub len: c_int,
pub next: *mut jbg_buf,
pub previous: *mut jbg_buf,
pub last: *mut jbg_buf,
pub free_list: *mut *mut jbg_buf,
}Fields§
§d: [c_uchar; 4000]§len: c_int§next: *mut jbg_buf§previous: *mut jbg_buf§last: *mut jbg_buf§free_list: *mut *mut jbg_bufTrait Implementations§
Auto Trait Implementations§
impl Freeze for jbg_buf
impl RefUnwindSafe for jbg_buf
impl !Send for jbg_buf
impl !Sync for jbg_buf
impl Unpin for jbg_buf
impl UnwindSafe for jbg_buf
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