#[repr(C)]pub struct cone {
pub lpc: *mut lpcone,
pub soc: *mut socone,
pub nsoc: idxint,
pub expc: *mut expcone,
pub nexc: idxint,
pub fexv: idxint,
}
Fields§
§lpc: *mut lpcone
§soc: *mut socone
§nsoc: idxint
§expc: *mut expcone
§nexc: idxint
§fexv: idxint
Trait Implementations§
Auto Trait Implementations§
impl Freeze for cone
impl RefUnwindSafe for cone
impl !Send for cone
impl !Sync for cone
impl Unpin for cone
impl UnwindSafe for cone
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