#[repr(C)]pub struct FT_ListNodeRec_ {
pub prev: FT_ListNode,
pub next: FT_ListNode,
pub data: *mut c_void,
}
Fields§
§prev: FT_ListNode
§next: FT_ListNode
§data: *mut c_void
Trait Implementations§
Source§impl Clone for FT_ListNodeRec_
impl Clone for FT_ListNodeRec_
Source§impl Debug for FT_ListNodeRec_
impl Debug for FT_ListNodeRec_
impl Copy for FT_ListNodeRec_
Auto Trait Implementations§
impl Freeze for FT_ListNodeRec_
impl RefUnwindSafe for FT_ListNodeRec_
impl !Send for FT_ListNodeRec_
impl !Sync for FT_ListNodeRec_
impl Unpin for FT_ListNodeRec_
impl UnwindSafe for FT_ListNodeRec_
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