#[repr(C)]pub struct OldList {
pub first: *mut c_void,
pub last: *mut c_void,
pub count: c_int,
pub offset: uint,
pub circ: bool_,
}Fields§
§first: *mut c_void§last: *mut c_void§count: c_int§offset: uint§circ: bool_Trait Implementations§
Auto Trait Implementations§
impl !Send for OldList
impl !Sync for OldList
impl Freeze for OldList
impl RefUnwindSafe for OldList
impl Unpin for OldList
impl UnsafeUnpin for OldList
impl UnwindSafe for OldList
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