#[repr(C)]pub struct Protocol {
pub command_name: *mut Char16,
pub handler: CommandHandler,
pub get_help: CommandGetHelp,
}Fields§
§command_name: *mut Char16§handler: CommandHandler§get_help: CommandGetHelpAuto Trait Implementations§
impl Freeze for Protocol
impl RefUnwindSafe for Protocol
impl !Send for Protocol
impl !Sync for Protocol
impl Unpin for Protocol
impl UnwindSafe for Protocol
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