pub struct A2rRootArgs {
pub root_payload_type: A2rRootPayload,
pub root_payload: Option<WIPOffset<UnionWIPOffset>>,
}
Fields§
§root_payload_type: A2rRootPayload
§root_payload: Option<WIPOffset<UnionWIPOffset>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for A2rRootArgs
impl RefUnwindSafe for A2rRootArgs
impl Send for A2rRootArgs
impl Sync for A2rRootArgs
impl Unpin for A2rRootArgs
impl UnwindSafe for A2rRootArgs
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