#[repr(C)]pub struct fexpr_vec_struct {
pub entries: *mut fexpr_struct,
pub alloc: slong,
pub length: slong,
}Fields§
§entries: *mut fexpr_struct§alloc: slong§length: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for fexpr_vec_struct
impl RefUnwindSafe for fexpr_vec_struct
impl !Send for fexpr_vec_struct
impl !Sync for fexpr_vec_struct
impl Unpin for fexpr_vec_struct
impl UnsafeUnpin for fexpr_vec_struct
impl UnwindSafe for fexpr_vec_struct
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