#[repr(C)]pub struct HistoryNode {
pub hn_Node: MinNode,
pub hn_Line: STRPTR,
}Fields§
§hn_Node: MinNode§hn_Line: STRPTRTrait Implementations§
Source§impl Clone for HistoryNode
impl Clone for HistoryNode
Source§fn clone(&self) -> HistoryNode
fn clone(&self) -> HistoryNode
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 moreimpl Copy for HistoryNode
Auto Trait Implementations§
impl !Send for HistoryNode
impl !Sync for HistoryNode
impl Freeze for HistoryNode
impl RefUnwindSafe for HistoryNode
impl Unpin for HistoryNode
impl UnsafeUnpin for HistoryNode
impl UnwindSafe for HistoryNode
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