#[repr(C, packed(2))]pub struct DataType {
pub dtn_Node1: Node,
pub dtn_Node2: Node,
pub dtn_Header: *mut DataTypeHeader,
pub dtn_ToolList: List,
pub dtn_FunctionName: STRPTR,
pub dtn_AttrList: *mut TagItem,
pub dtn_Length: ULONG,
}Fields§
§dtn_Node1: Node§dtn_Node2: Node§dtn_Header: *mut DataTypeHeader§dtn_ToolList: List§dtn_FunctionName: STRPTR§dtn_AttrList: *mut TagItem§dtn_Length: ULONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for DataType
impl RefUnwindSafe for DataType
impl !Send for DataType
impl !Sync for DataType
impl Unpin for DataType
impl UnwindSafe for DataType
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