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