#[repr(C)]pub struct _aterm { /* private fields */ }
Expand description
The underlying detail::_aterm
Trait Implementations§
Source§impl ExternType for _aterm
impl ExternType 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