@@ -143,33 +143,33 @@ pub enum Packet<T> {
143143impl < T > Debug for Packet < T > {
144144 fn fmt ( & self , f : & mut Formatter ) -> std:: fmt:: Result {
145145 match self {
146- Self :: Invalid ( pack) => f. write_fmt ( format_args ! ( "Invalid({:?})" , pack ) ) ,
147- Self :: Psbend ( pack) => f. write_fmt ( format_args ! ( "Psbend({:?})" , pack ) ) ,
148- Self :: Stop ( pack) => f. write_fmt ( format_args ! ( "Stop({:?})" , pack ) ) ,
149- Self :: Pad ( pack) => f. write_fmt ( format_args ! ( "Pad({:?})" , pack ) ) ,
150- Self :: Psb ( pack) => f. write_fmt ( format_args ! ( "Psb({:?})" , pack ) ) ,
151- Self :: Ovf ( pack) => f. write_fmt ( format_args ! ( "Ovf({:?})" , pack ) ) ,
146+ Self :: Invalid ( pack) => f. write_fmt ( format_args ! ( "Invalid({pack :?})" ) ) ,
147+ Self :: Psbend ( pack) => f. write_fmt ( format_args ! ( "Psbend({pack :?})" ) ) ,
148+ Self :: Stop ( pack) => f. write_fmt ( format_args ! ( "Stop({pack :?})" ) ) ,
149+ Self :: Pad ( pack) => f. write_fmt ( format_args ! ( "Pad({pack :?})" ) ) ,
150+ Self :: Psb ( pack) => f. write_fmt ( format_args ! ( "Psb({pack :?})" ) ) ,
151+ Self :: Ovf ( pack) => f. write_fmt ( format_args ! ( "Ovf({pack :?})" ) ) ,
152152 Self :: Unknown ( _) => f. write_str ( "Unknown" ) ,
153- Self :: Fup ( pack) => f. write_fmt ( format_args ! ( "Fup({:?})" , pack ) ) ,
154- Self :: Tip ( pack) => f. write_fmt ( format_args ! ( "Tip({:?})" , pack ) ) ,
155- Self :: TipPge ( pack) => f. write_fmt ( format_args ! ( "TipPge({:?})" , pack ) ) ,
156- Self :: TipPgd ( pack) => f. write_fmt ( format_args ! ( "TipPgd({:?})" , pack ) ) ,
157- Self :: Tnt8 ( pack) => f. write_fmt ( format_args ! ( "Tnt8({:?})" , pack ) ) ,
158- Self :: Tnt64 ( pack) => f. write_fmt ( format_args ! ( "Tnt64({:?})" , pack ) ) ,
159- Self :: Mode ( pack) => f. write_fmt ( format_args ! ( "Mode({:?})" , pack ) ) ,
160- Self :: Pip ( pack) => f. write_fmt ( format_args ! ( "Pip({:?})" , pack ) ) ,
161- Self :: Vmcs ( pack) => f. write_fmt ( format_args ! ( "Vmcs({:?})" , pack ) ) ,
162- Self :: Cbr ( pack) => f. write_fmt ( format_args ! ( "Cbr({:?})" , pack ) ) ,
163- Self :: Tsc ( pack) => f. write_fmt ( format_args ! ( "Tsc({:?})" , pack ) ) ,
164- Self :: Tma ( pack) => f. write_fmt ( format_args ! ( "Tma({:?})" , pack ) ) ,
165- Self :: Mtc ( pack) => f. write_fmt ( format_args ! ( "Mtc({:?})" , pack ) ) ,
166- Self :: Cyc ( pack) => f. write_fmt ( format_args ! ( "Cyc({:?})" , pack ) ) ,
167- Self :: Mnt ( pack) => f. write_fmt ( format_args ! ( "Mnt({:?})" , pack ) ) ,
168- Self :: Exstop ( pack) => f. write_fmt ( format_args ! ( "Exstop({:?})" , pack ) ) ,
169- Self :: Mwait ( pack) => f. write_fmt ( format_args ! ( "Mwait({:?})" , pack ) ) ,
170- Self :: Pwre ( pack) => f. write_fmt ( format_args ! ( "Pwre({:?})" , pack ) ) ,
171- Self :: Pwrx ( pack) => f. write_fmt ( format_args ! ( "Pwrx({:?})" , pack ) ) ,
172- Self :: Ptw ( pack) => f. write_fmt ( format_args ! ( "Ptw({:?})" , pack ) ) ,
153+ Self :: Fup ( pack) => f. write_fmt ( format_args ! ( "Fup({pack :?})" ) ) ,
154+ Self :: Tip ( pack) => f. write_fmt ( format_args ! ( "Tip({pack :?})" ) ) ,
155+ Self :: TipPge ( pack) => f. write_fmt ( format_args ! ( "TipPge({pack :?})" ) ) ,
156+ Self :: TipPgd ( pack) => f. write_fmt ( format_args ! ( "TipPgd({pack :?})" ) ) ,
157+ Self :: Tnt8 ( pack) => f. write_fmt ( format_args ! ( "Tnt8({pack :?})" ) ) ,
158+ Self :: Tnt64 ( pack) => f. write_fmt ( format_args ! ( "Tnt64({pack :?})" ) ) ,
159+ Self :: Mode ( pack) => f. write_fmt ( format_args ! ( "Mode({pack :?})" ) ) ,
160+ Self :: Pip ( pack) => f. write_fmt ( format_args ! ( "Pip({pack :?})" ) ) ,
161+ Self :: Vmcs ( pack) => f. write_fmt ( format_args ! ( "Vmcs({pack :?})" ) ) ,
162+ Self :: Cbr ( pack) => f. write_fmt ( format_args ! ( "Cbr({pack :?})" ) ) ,
163+ Self :: Tsc ( pack) => f. write_fmt ( format_args ! ( "Tsc({pack :?})" ) ) ,
164+ Self :: Tma ( pack) => f. write_fmt ( format_args ! ( "Tma({pack :?})" ) ) ,
165+ Self :: Mtc ( pack) => f. write_fmt ( format_args ! ( "Mtc({pack :?})" ) ) ,
166+ Self :: Cyc ( pack) => f. write_fmt ( format_args ! ( "Cyc({pack :?})" ) ) ,
167+ Self :: Mnt ( pack) => f. write_fmt ( format_args ! ( "Mnt({pack :?})" ) ) ,
168+ Self :: Exstop ( pack) => f. write_fmt ( format_args ! ( "Exstop({pack :?})" ) ) ,
169+ Self :: Mwait ( pack) => f. write_fmt ( format_args ! ( "Mwait({pack :?})" ) ) ,
170+ Self :: Pwre ( pack) => f. write_fmt ( format_args ! ( "Pwre({pack :?})" ) ) ,
171+ Self :: Pwrx ( pack) => f. write_fmt ( format_args ! ( "Pwrx({pack :?})" ) ) ,
172+ Self :: Ptw ( pack) => f. write_fmt ( format_args ! ( "Ptw({pack :?})" ) ) ,
173173 }
174174 }
175175}
0 commit comments