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