pub struct BootSigArgType {
pub c_type: Result<String>,
pub rust_type: Result<TypeRecipe>,
}Fields§
§c_type: Result<String>§rust_type: Result<TypeRecipe>Auto Trait Implementations§
impl Freeze for BootSigArgType
impl RefUnwindSafe for BootSigArgType
impl !Send for BootSigArgType
impl !Sync for BootSigArgType
impl Unpin for BootSigArgType
impl UnsafeUnpin for BootSigArgType
impl UnwindSafe for BootSigArgType
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