pub struct StreamString {
pub value: String,
pub handle: u32,
pub is_long: bool,
}Expand description
TC_STRING / TC_LONGSTRING.
Fields§
§value: String§handle: u32§is_long: boolTrait Implementations§
Source§impl Clone for StreamString
impl Clone for StreamString
Source§fn clone(&self) -> StreamString
fn clone(&self) -> StreamString
Returns a duplicate of the value. Read more
1.0.0 · 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 StreamString
impl RefUnwindSafe for StreamString
impl Send for StreamString
impl Sync for StreamString
impl Unpin for StreamString
impl UnsafeUnpin for StreamString
impl UnwindSafe for StreamString
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