#[repr(C)]pub struct FfiTransactionOptions_Layout{
pub is_read_only: CLayoutOf<bool>,
pub hint: CLayoutOf<Option<Box>>,
}Fields§
§is_read_only: CLayoutOf<bool>Whether the transaction is read-only.
hint: CLayoutOf<Option<Box>>An optional hint for the transaction. This is often useful for identifying a transaction in logs.
Trait Implementations§
Source§impl CType for FfiTransactionOptions_Layout
impl CType for FfiTransactionOptions_Layout
Source§impl Clone for FfiTransactionOptions_Layout
impl Clone for FfiTransactionOptions_Layout
Source§impl ReprC for FfiTransactionOptions_Layout
impl ReprC for FfiTransactionOptions_Layout
impl Copy for FfiTransactionOptions_Layout
Auto Trait Implementations§
impl Freeze for FfiTransactionOptions_Layout
impl RefUnwindSafe for FfiTransactionOptions_Layout
impl !Send for FfiTransactionOptions_Layout
impl !Sync for FfiTransactionOptions_Layout
impl Unpin for FfiTransactionOptions_Layout
impl UnwindSafe for FfiTransactionOptions_Layout
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