#[repr(C, packed(2))]pub struct ExtendedNode {
pub xln_Succ: *mut Node,
pub xln_Pred: *mut Node,
pub xln_Type: UBYTE,
pub xln_Pri: BYTE,
pub xln_Name: *mut c_char,
pub xln_Subsystem: UBYTE,
pub xln_Subtype: UBYTE,
pub xln_Library: *mut GfxBase,
pub xln_Init: FPTR,
}Fields§
§xln_Succ: *mut Node§xln_Pred: *mut Node§xln_Type: UBYTE§xln_Pri: BYTE§xln_Name: *mut c_char§xln_Subsystem: UBYTE§xln_Subtype: UBYTE§xln_Library: *mut GfxBase§xln_Init: FPTRTrait Implementations§
Source§impl Clone for ExtendedNode
impl Clone for ExtendedNode
Source§fn clone(&self) -> ExtendedNode
fn clone(&self) -> ExtendedNode
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 ExtendedNode
impl Debug for ExtendedNode
impl Copy for ExtendedNode
Auto Trait Implementations§
impl Freeze for ExtendedNode
impl RefUnwindSafe for ExtendedNode
impl !Send for ExtendedNode
impl !Sync for ExtendedNode
impl Unpin for ExtendedNode
impl UnwindSafe for ExtendedNode
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