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