#[repr(C)]pub struct elist {
pub list: *mut *mut edge_t,
pub size: c_int,
}Fields§
§list: *mut *mut edge_t§size: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for elist
impl RefUnwindSafe for elist
impl !Send for elist
impl !Sync for elist
impl Unpin for elist
impl UnwindSafe for elist
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