pub struct TxCodes {
pub observer_code: u32,
pub query_code: u32,
pub api_mode: u8,
pub fg_code: u32,
}Fields§
§observer_code: u32§query_code: u32§api_mode: u8§fg_code: u32Auto Trait Implementations§
impl Freeze for TxCodes
impl RefUnwindSafe for TxCodes
impl Send for TxCodes
impl Sync for TxCodes
impl Unpin for TxCodes
impl UnsafeUnpin for TxCodes
impl UnwindSafe for TxCodes
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