#[repr(C)]pub struct Struct__LLrec {
pub size: c_int,
pub count: c_int,
pub firstitem: c_int,
pub lastitem: c_int,
pub map: *mut c_int,
}Fields§
§size: c_int§count: c_int§firstitem: c_int§lastitem: c_int§map: *mut c_intTrait Implementations§
Source§impl Clone for Struct__LLrec
impl Clone for Struct__LLrec
Source§impl Default for Struct__LLrec
impl Default for Struct__LLrec
impl Copy for Struct__LLrec
Auto Trait Implementations§
impl Freeze for Struct__LLrec
impl RefUnwindSafe for Struct__LLrec
impl !Send for Struct__LLrec
impl !Sync for Struct__LLrec
impl Unpin for Struct__LLrec
impl UnwindSafe for Struct__LLrec
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