Struct addin1c::MethodInfo
source · pub struct MethodInfo<T> {
pub name: &'static [u16],
pub method: Methods<T>,
}Fields§
§name: &'static [u16]§method: Methods<T>Auto Trait Implementations§
impl<T> RefUnwindSafe for MethodInfo<T>
impl<T> Send for MethodInfo<T>
impl<T> Sync for MethodInfo<T>
impl<T> Unpin for MethodInfo<T>
impl<T> UnwindSafe for MethodInfo<T>
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