pub struct Traf {
pub tfhd: Tfhd,
pub tfdt: Option<Tfdt>,
pub trun: Option<Trun>,
}Fields§
§tfhd: Tfhd§tfdt: Option<Tfdt>§trun: Option<Trun>Trait Implementations§
impl Eq for Traf
impl StructuralPartialEq for Traf
Auto Trait Implementations§
impl Freeze for Traf
impl RefUnwindSafe for Traf
impl Send for Traf
impl Sync for Traf
impl Unpin for Traf
impl UnwindSafe for Traf
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