pub struct AbiSupportAttributes { /* private fields */ }
Implementations§
Source§impl AbiSupportAttributes
impl AbiSupportAttributes
pub fn new() -> Self
pub fn set_allow_extra_input_registers(&mut self, value: bool)
Trait Implementations§
Source§impl Default for AbiSupportAttributes
impl Default for AbiSupportAttributes
Source§fn default() -> AbiSupportAttributes
fn default() -> AbiSupportAttributes
Returns the “default value” for a type. Read more
Source§impl Parse for AbiSupportAttributes
impl Parse for AbiSupportAttributes
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for AbiSupportAttributes
impl RefUnwindSafe for AbiSupportAttributes
impl Send for AbiSupportAttributes
impl Sync for AbiSupportAttributes
impl Unpin for AbiSupportAttributes
impl UnwindSafe for AbiSupportAttributes
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