Trait ux::prelude::MemoryOutputStreamExt [−]
pub trait MemoryOutputStreamExt: 'static {
pub fn get_data_size(&self) -> usize;
pub fn steal_as_bytes(&self) -> Option<Bytes>;
pub fn connect_property_data_size_notify<F>(&self, f: F) -> SignalHandlerId
where
F: 'static + Fn(&Self);
}Required methods
pub fn get_data_size(&self) -> usize
pub fn steal_as_bytes(&self) -> Option<Bytes>
pub fn connect_property_data_size_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&Self),
F: 'static + Fn(&Self),
Implementors
impl<O> MemoryOutputStreamExt for O where
O: IsA<MemoryOutputStream>,
O: IsA<MemoryOutputStream>,
pub fn get_data_size(&self) -> usize
pub fn steal_as_bytes(&self) -> Option<Bytes>
pub fn connect_property_data_size_notify<F>(&self, f: F) -> SignalHandlerId where
F: 'static + Fn(&O),
F: 'static + Fn(&O),