Struct libyml::yaml::UnnamedYamlEmitterTOutputString
source · #[repr(C)]pub struct UnnamedYamlEmitterTOutputString {
pub buffer: *mut u8,
pub size: u64,
pub size_written: *mut u64,
}
Expand description
Represents the unamed output string data associated with a YAML emitter.
Fields§
§buffer: *mut u8
The buffer pointer.
size: u64
The buffer size.
size_written: *mut u64
The number of written bytes.
Trait Implementations§
source§impl Clone for UnnamedYamlEmitterTOutputString
impl Clone for UnnamedYamlEmitterTOutputString
source§fn clone(&self) -> UnnamedYamlEmitterTOutputString
fn clone(&self) -> UnnamedYamlEmitterTOutputString
Returns a copy 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 moreimpl Copy for UnnamedYamlEmitterTOutputString
Auto Trait Implementations§
impl Freeze for UnnamedYamlEmitterTOutputString
impl RefUnwindSafe for UnnamedYamlEmitterTOutputString
impl !Send for UnnamedYamlEmitterTOutputString
impl !Sync for UnnamedYamlEmitterTOutputString
impl Unpin for UnnamedYamlEmitterTOutputString
impl UnwindSafe for UnnamedYamlEmitterTOutputString
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)