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