pub struct CFStreamPair {
pub read: CFReadStream,
pub write: CFWriteStream,
}Expand description
Paired Core Foundation streams backed by a shared in-memory buffer.
Fields§
§read: CFReadStream§write: CFWriteStreamImplementations§
Trait Implementations§
Source§impl Clone for CFStreamPair
impl Clone for CFStreamPair
Source§fn clone(&self) -> CFStreamPair
fn clone(&self) -> CFStreamPair
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 CFStreamPair
impl RefUnwindSafe for CFStreamPair
impl !Send for CFStreamPair
impl !Sync for CFStreamPair
impl Unpin for CFStreamPair
impl UnsafeUnpin for CFStreamPair
impl UnwindSafe for CFStreamPair
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