#[non_exhaustive]pub struct FunctionBindgenComponentState { /* private fields */ }Expand description
Metadata that is derived from processing a component.
This information is often required to perform bindgen completely, but requires component processing which not all downstream bindgen consumers may perform.
For bindgen consumers that perform generation which requires this information, the information should be provided.
Implementations§
Source§impl FunctionBindgenComponentState
impl FunctionBindgenComponentState
Sourcepub fn builder() -> FunctionBindgenComponentStateBuilder
pub fn builder() -> FunctionBindgenComponentStateBuilder
Create an instance of FunctionBindgenComponentState using the builder syntax
Auto Trait Implementations§
impl Freeze for FunctionBindgenComponentState
impl RefUnwindSafe for FunctionBindgenComponentState
impl Send for FunctionBindgenComponentState
impl Sync for FunctionBindgenComponentState
impl Unpin for FunctionBindgenComponentState
impl UnsafeUnpin for FunctionBindgenComponentState
impl UnwindSafe for FunctionBindgenComponentState
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