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