#[repr(C, packed(2))]pub struct XRef {
pub xr_Node: Node,
pub xr_Pad: UWORD,
pub xr_DF: *mut DocFile,
pub xr_File: STRPTR,
pub xr_Name: STRPTR,
pub xr_Line: LONG,
pub xr_Reserved: [ULONG; 2],
}Fields§
§xr_Node: Node§xr_Pad: UWORD§xr_DF: *mut DocFile§xr_File: STRPTR§xr_Name: STRPTR§xr_Line: LONG§xr_Reserved: [ULONG; 2]Trait Implementations§
Auto Trait Implementations§
impl Freeze for XRef
impl RefUnwindSafe for XRef
impl !Send for XRef
impl !Sync for XRef
impl Unpin for XRef
impl UnwindSafe for XRef
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