#[repr(C)]pub struct Sela {
pub n: i32,
pub nalloc: i32,
pub sel: *mut *mut Sel,
}
Fields§
§n: i32
§nalloc: i32
§sel: *mut *mut Sel
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Sela
impl !Send for Sela
impl !Sync for Sela
impl Unpin for Sela
impl UnwindSafe for Sela
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