#[repr(C, packed(2))]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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HistoryNode
impl Debug for HistoryNode
impl Copy for HistoryNode
Auto Trait Implementations§
impl Freeze for HistoryNode
impl RefUnwindSafe for HistoryNode
impl !Send for HistoryNode
impl !Sync for HistoryNode
impl Unpin 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