pub struct RustRenderer {
pub name_style: NameStyle,
pub lifetime: Lifetime,
pub rust_by_ptr: bool,
}
Fields§
§name_style: NameStyle
§lifetime: Lifetime
§rust_by_ptr: bool
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RustRenderer
impl RefUnwindSafe for RustRenderer
impl Send for RustRenderer
impl Sync for RustRenderer
impl Unpin for RustRenderer
impl UnwindSafe for RustRenderer
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