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