pub struct CppMethod {
pub name: String,
pub kind: ZngurMethodReceiver,
pub sig: CppFnSig,
}Fields§
§name: String§kind: ZngurMethodReceiver§sig: CppFnSigTrait Implementations§
Auto Trait Implementations§
impl Freeze for CppMethod
impl RefUnwindSafe for CppMethod
impl Send for CppMethod
impl Sync for CppMethod
impl Unpin for CppMethod
impl UnwindSafe for CppMethod
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