pub struct RawLineBuffer {
pub fd: c_int,
/* private fields */
}Expand description
Implements an Iterator which returns on either newline or EOF.
Fields§
§fd: c_intImplementations§
Trait Implementations§
Source§impl Clone for RawLineBuffer
impl Clone for RawLineBuffer
Source§fn clone(&self) -> RawLineBuffer
fn clone(&self) -> RawLineBuffer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RawLineBuffer
impl RefUnwindSafe for RawLineBuffer
impl Send for RawLineBuffer
impl Sync for RawLineBuffer
impl Unpin for RawLineBuffer
impl UnsafeUnpin for RawLineBuffer
impl UnwindSafe for RawLineBuffer
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