pub struct BasicExtensionInfoProvider { /* private fields */ }Trait Implementations§
Source§impl Debug for BasicExtensionInfoProvider
impl Debug for BasicExtensionInfoProvider
Source§impl Default for BasicExtensionInfoProvider
impl Default for BasicExtensionInfoProvider
Source§fn default() -> BasicExtensionInfoProvider
fn default() -> BasicExtensionInfoProvider
Returns the “default value” for a type. Read more
Source§impl ExtensionInfoProvider for BasicExtensionInfoProvider
impl ExtensionInfoProvider for BasicExtensionInfoProvider
fn get_by_name(&self, name: &str) -> Option<ExtensionInformation>
fn get_from_major_opcode( &self, major_opcode: u8, ) -> Option<(&'static str, ExtensionInformation)>
fn get_from_event_code( &self, event_code: u8, ) -> Option<(&'static str, ExtensionInformation)>
fn get_from_error_code( &self, error_code: u8, ) -> Option<(&'static str, ExtensionInformation)>
Auto Trait Implementations§
impl Freeze for BasicExtensionInfoProvider
impl RefUnwindSafe for BasicExtensionInfoProvider
impl Send for BasicExtensionInfoProvider
impl Sync for BasicExtensionInfoProvider
impl Unpin for BasicExtensionInfoProvider
impl UnwindSafe for BasicExtensionInfoProvider
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