Struct libyml::yaml::YamlStackT
source · #[repr(C)]pub struct YamlStackT<T> {
pub start: *mut T,
pub end: *mut T,
pub top: *mut T,
}
Expand description
The beginning of the stack.
Fields§
§start: *mut T
The beginning of the stack.
end: *mut T
The end of the stack.
top: *mut T
The top of the stack.
Trait Implementations§
source§impl<T> Clone for YamlStackT<T>
impl<T> Clone for YamlStackT<T>
source§impl<T: Debug> Debug for YamlStackT<T>
impl<T: Debug> Debug for YamlStackT<T>
source§impl Default for YamlStackT<YamlAliasDataT>
impl Default for YamlStackT<YamlAliasDataT>
source§impl Default for YamlStackT<YamlSimpleKeyT>
impl Default for YamlStackT<YamlSimpleKeyT>
source§impl Default for YamlStackT<YamlTagDirectiveT>
impl Default for YamlStackT<YamlTagDirectiveT>
impl<T> Copy for YamlStackT<T>
Auto Trait Implementations§
impl<T> Freeze for YamlStackT<T>
impl<T> RefUnwindSafe for YamlStackT<T>where
T: RefUnwindSafe,
impl<T> !Send for YamlStackT<T>
impl<T> !Sync for YamlStackT<T>
impl<T> Unpin for YamlStackT<T>
impl<T> UnwindSafe for YamlStackT<T>where
T: RefUnwindSafe,
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
)