Struct savvy_bindgen::SavvyFnArg
source · pub struct SavvyFnArg { /* private fields */ }Implementations§
source§impl SavvyFnArg
impl SavvyFnArg
pub fn pat(&self) -> Ident
pub fn is_user_defined_type(&self) -> bool
pub fn pat_string(&self) -> String
pub fn ty_string(&self) -> String
pub fn to_c_type_string(&self) -> String
pub fn to_rust_type_outer(&self) -> Type
pub fn to_rust_type_inner(&self) -> Type
Auto Trait Implementations§
impl Freeze for SavvyFnArg
impl RefUnwindSafe for SavvyFnArg
impl !Send for SavvyFnArg
impl !Sync for SavvyFnArg
impl Unpin for SavvyFnArg
impl UnwindSafe for SavvyFnArg
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