pub struct NyarHandler {
pub start: u32,
pub end: u32,
pub target: u32,
pub error_type: u16,
}Expand description
异常处理器
Fields§
§start: u32§end: u32§target: u32§error_type: u16Trait Implementations§
Source§impl Clone for NyarHandler
impl Clone for NyarHandler
Source§fn clone(&self) -> NyarHandler
fn clone(&self) -> NyarHandler
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NyarHandler
impl Debug for NyarHandler
Source§impl<'de> Deserialize<'de> for NyarHandler
impl<'de> Deserialize<'de> for NyarHandler
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for NyarHandler
impl PartialEq for NyarHandler
Source§impl Serialize for NyarHandler
impl Serialize for NyarHandler
impl Copy for NyarHandler
impl Eq for NyarHandler
impl StructuralPartialEq for NyarHandler
Auto Trait Implementations§
impl Freeze for NyarHandler
impl RefUnwindSafe for NyarHandler
impl Send for NyarHandler
impl Sync for NyarHandler
impl Unpin for NyarHandler
impl UnsafeUnpin for NyarHandler
impl UnwindSafe for NyarHandler
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