#[repr(C)]pub struct FT_ListRec_ {
pub head: FT_ListNode,
pub tail: FT_ListNode,
}
Fields§
§head: FT_ListNode
§tail: FT_ListNode
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FT_ListRec_
impl RefUnwindSafe for FT_ListRec_
impl !Send for FT_ListRec_
impl !Sync for FT_ListRec_
impl Unpin for FT_ListRec_
impl UnwindSafe for FT_ListRec_
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