Struct gio::DataOutputStreamBuilder
source · [−]pub struct DataOutputStreamBuilder { /* private fields */ }Implementations
sourceimpl DataOutputStreamBuilder
impl DataOutputStreamBuilder
pub fn new() -> Self
pub fn build(self) -> DataOutputStream
pub fn byte_order(self, byte_order: DataStreamByteOrder) -> Self
pub fn base_stream(self, base_stream: &OutputStream) -> Self
pub fn close_base_stream(self, close_base_stream: bool) -> Self
Auto Trait Implementations
impl RefUnwindSafe for DataOutputStreamBuilder
impl !Send for DataOutputStreamBuilder
impl !Sync for DataOutputStreamBuilder
impl Unpin for DataOutputStreamBuilder
impl UnwindSafe for DataOutputStreamBuilder
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