#[repr(C)]pub struct Table_period_info_start_end_t {
pub start: Lex_ident,
pub end: Lex_ident,
}
Fields§
§start: Lex_ident
§end: Lex_ident
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Table_period_info_start_end_t
impl !Send for Table_period_info_start_end_t
impl !Sync for Table_period_info_start_end_t
impl Unpin for Table_period_info_start_end_t
impl UnwindSafe for Table_period_info_start_end_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