#[repr(C)]pub struct _sfnode {
pub next_and_flags: usize,
}
Expand description
@cond INTERNAL_HIDDEN
Fields§
§next_and_flags: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _sfnode
impl RefUnwindSafe for _sfnode
impl Send for _sfnode
impl Sync for _sfnode
impl Unpin for _sfnode
impl UnwindSafe for _sfnode
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