Enum safer_ffi::headers::NamingConvention
source · pub enum NamingConvention {
Default,
Suffix(String),
Prefix(String),
Custom(fn(_: &str) -> String),
}
Available on crate feature
headers
only.Expand description
Allow user to specify
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for NamingConvention
impl Send for NamingConvention
impl Sync for NamingConvention
impl Unpin for NamingConvention
impl UnwindSafe for NamingConvention
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
source§impl<T> FitForCBox for T
impl<T> FitForCBox for T
§type CBoxWrapped = Box_<T>
type CBoxWrapped = Box_<T>
Available on crate feature
alloc
only.source§impl<T> ManuallyDropMut for T
impl<T> ManuallyDropMut for T
type Ret = ManuallyDrop<T>
fn manually_drop_mut<'__>(&'__ mut self) -> &'__ mut ManuallyDrop<T>
source§impl<T> UpcastAny for Twhere
T: 'static,
impl<T> UpcastAny for Twhere T: 'static,
source§fn upcast_any(&self) -> &(dyn Any + 'static)
fn upcast_any(&self) -> &(dyn Any + 'static)
Available on crate feature
headers
only.