Struct gio::DataInputStreamBuilder
source · [−]pub struct DataInputStreamBuilder { /* private fields */ }Implementations
sourceimpl DataInputStreamBuilder
impl DataInputStreamBuilder
pub fn new() -> Self
pub fn build(self) -> DataInputStream
pub fn byte_order(self, byte_order: DataStreamByteOrder) -> Self
pub fn newline_type(self, newline_type: DataStreamNewlineType) -> Self
pub fn buffer_size(self, buffer_size: u32) -> Self
pub fn base_stream(self, base_stream: &InputStream) -> Self
pub fn close_base_stream(self, close_base_stream: bool) -> Self
Auto Trait Implementations
impl RefUnwindSafe for DataInputStreamBuilder
impl !Send for DataInputStreamBuilder
impl !Sync for DataInputStreamBuilder
impl Unpin for DataInputStreamBuilder
impl UnwindSafe for DataInputStreamBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more