#[repr(C)]pub struct _atom {
pub a_type: Type,
pub a_w: word,
}Fields§
§a_type: Type§a_w: wordTrait Implementations§
Auto Trait Implementations§
impl Freeze for _atom
impl RefUnwindSafe for _atom
impl !Send for _atom
impl !Sync for _atom
impl Unpin for _atom
impl UnwindSafe for _atom
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