#[repr(C, packed(2))]pub struct SrcNode {
pub sn_Succ: *mut SrcNode,
pub sn_Pred: *mut SrcNode,
pub sn_Ptr: APTR,
pub sn_Size: LONG,
}Fields§
§sn_Succ: *mut SrcNode§sn_Pred: *mut SrcNode§sn_Ptr: APTR§sn_Size: LONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for SrcNode
impl RefUnwindSafe for SrcNode
impl !Send for SrcNode
impl !Sync for SrcNode
impl Unpin for SrcNode
impl UnwindSafe for SrcNode
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