Struct fp_bindgen::types::Struct
source · [−]pub struct Struct {
pub ident: TypeIdent,
pub fields: Vec<Field>,
pub doc_lines: Vec<String>,
pub options: StructOptions,
}
Fields
ident: TypeIdent
fields: Vec<Field>
doc_lines: Vec<String>
options: StructOptions
Trait Implementations
sourceimpl PartialEq<Struct> for Struct
impl PartialEq<Struct> for Struct
impl Eq for Struct
impl StructuralEq for Struct
impl StructuralPartialEq for Struct
Auto Trait Implementations
impl RefUnwindSafe for Struct
impl Send for Struct
impl Sync for Struct
impl Unpin for Struct
impl UnwindSafe for Struct
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more