[−][src]Struct lc3tools_sys::root::std::basic_filebuf
Fields
_base: basic_streambuf<_CharT>
_M_lock: __c_lock
_M_file: basic_filebuf___file_type
_M_mode: ios_base_openmode
_M_state_beg: basic_filebuf___state_type
_M_state_cur: basic_filebuf___state_type
_M_state_last: basic_filebuf___state_type
_M_buf: *mut basic_filebuf_char_type<_CharT>
_M_buf_size: size_t
_M_buf_allocated: bool
_M_reading: bool
_M_writing: bool
_M_pback: basic_filebuf_char_type<_CharT>
_M_pback_cur_save: *mut basic_filebuf_char_type<_CharT>
_M_pback_end_save: *mut basic_filebuf_char_type<_CharT>
_M_pback_init: bool
_M_codecvt: *const basic_filebuf___codecvt_type
_M_ext_buf: *mut c_char
_M_ext_buf_size: streamsize
_M_ext_next: *const c_char
_M_ext_end: *mut c_char
_phantom_0: PhantomData<UnsafeCell<_CharT>>
Trait Implementations
impl<_CharT> Default for basic_filebuf<_CharT>
[src]
Auto Trait Implementations
impl<_CharT> !RefUnwindSafe for basic_filebuf<_CharT>
impl<_CharT> !Send for basic_filebuf<_CharT>
impl<_CharT> !Sync for basic_filebuf<_CharT>
impl<_CharT> Unpin for basic_filebuf<_CharT> where
_CharT: Unpin,
_CharT: Unpin,
impl<_CharT> UnwindSafe for basic_filebuf<_CharT> where
_CharT: RefUnwindSafe + UnwindSafe,
_CharT: RefUnwindSafe + UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,