#[repr(C)]pub struct reswd {
pub node: hashnode,
pub token: c_int,
}Fields§
§node: hashnode§token: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for reswd
impl RefUnwindSafe for reswd
impl !Send for reswd
impl !Sync for reswd
impl Unpin for reswd
impl UnwindSafe for reswd
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