pub struct A2fEncryptedRootArgs {
pub message_type: A2fMessage,
pub message: Option<WIPOffset<UnionWIPOffset>>,
}
Fields§
§message_type: A2fMessage
§message: Option<WIPOffset<UnionWIPOffset>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for A2fEncryptedRootArgs
impl RefUnwindSafe for A2fEncryptedRootArgs
impl Send for A2fEncryptedRootArgs
impl Sync for A2fEncryptedRootArgs
impl Unpin for A2fEncryptedRootArgs
impl UnwindSafe for A2fEncryptedRootArgs
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