pub struct CrashLogNodeChildren<'a> { /* private fields */ }Available on crate feature
ffi only.Expand description
Opaque type that represents an iterator over the children of a Crash Log register tree node.
This structure is created by the crashlog_get_node_children function.
The actual nodes can be accessed from this structure using the crashlog_get_next_node_child
function.
Auto Trait Implementations§
impl<'a> Freeze for CrashLogNodeChildren<'a>
impl<'a> RefUnwindSafe for CrashLogNodeChildren<'a>
impl<'a> Send for CrashLogNodeChildren<'a>
impl<'a> Sync for CrashLogNodeChildren<'a>
impl<'a> Unpin for CrashLogNodeChildren<'a>
impl<'a> UnsafeUnpin for CrashLogNodeChildren<'a>
impl<'a> UnwindSafe for CrashLogNodeChildren<'a>
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