#[repr(C)]pub struct aterm { /* private fields */ }
Trait Implementations§
Source§impl ExternType for aterm
impl ExternType for aterm
impl UniquePtrTarget for aterm
impl VectorElement for aterm
Auto Trait Implementations§
impl !Freeze for aterm
impl RefUnwindSafe for aterm
impl !Send for aterm
impl !Sync for aterm
impl !Unpin for aterm
impl UnwindSafe for aterm
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