#[repr(C)]pub struct lineinfo {
pub buffer: *const c_char,
pub cursor: *const c_char,
pub lastchar: *const c_char,
}Fields§
§buffer: *const c_char§cursor: *const c_char§lastchar: *const c_charTrait Implementations§
Auto Trait Implementations§
impl !Send for lineinfo
impl !Sync for lineinfo
impl Freeze for lineinfo
impl RefUnwindSafe for lineinfo
impl Unpin for lineinfo
impl UnsafeUnpin for lineinfo
impl UnwindSafe for lineinfo
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