#[repr(C)]pub struct jsgf_atom_t {
pub name: *const c_char,
pub tags: glist_t,
pub weight: f32,
}Fields§
§name: *const c_char§weight: f32Auto Trait Implementations§
impl Freeze for jsgf_atom_t
impl RefUnwindSafe for jsgf_atom_t
impl !Send for jsgf_atom_t
impl !Sync for jsgf_atom_t
impl Unpin for jsgf_atom_t
impl UnwindSafe for jsgf_atom_t
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