pub struct DeclOpt {
pub show_annotations: bool,
}
Expand description
This structure wraps options to tweak the generated output of
functions like crate::objc::Metadata::to_decl_with_opt
Fields§
§show_annotations: bool
Whether annotations like method’s address should be printed
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DeclOpt
impl Send for DeclOpt
impl Sync for DeclOpt
impl Unpin for DeclOpt
impl UnwindSafe for DeclOpt
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