pub struct Pointer<'a> {
pub symbol: &'a str,
pub target: SynsetId,
pub src_word: Option<u16>,
pub dst_word: Option<u16>,
}Expand description
Pointer metadata from p_cnt section.
Fields§
§symbol: &'a str§target: SynsetId§src_word: Option<u16>§dst_word: Option<u16>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Pointer<'a>
impl<'a> RefUnwindSafe for Pointer<'a>
impl<'a> Send for Pointer<'a>
impl<'a> Sync for Pointer<'a>
impl<'a> Unpin for Pointer<'a>
impl<'a> UnwindSafe for Pointer<'a>
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