#[repr(C)]pub struct SubscriptRoutines {
pub transform: SubscriptTransform,
pub exec_setup: SubscriptExecSetup,
pub fetch_strict: bool,
pub fetch_leakproof: bool,
pub store_leakproof: bool,
}
Fields§
§transform: SubscriptTransform
§exec_setup: SubscriptExecSetup
§fetch_strict: bool
§fetch_leakproof: bool
§store_leakproof: bool
Trait Implementations§
Source§impl Clone for SubscriptRoutines
impl Clone for SubscriptRoutines
Source§fn clone(&self) -> SubscriptRoutines
fn clone(&self) -> SubscriptRoutines
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SubscriptRoutines
impl Debug for SubscriptRoutines
Source§impl Default for SubscriptRoutines
impl Default for SubscriptRoutines
Source§fn default() -> SubscriptRoutines
fn default() -> SubscriptRoutines
Returns the “default value” for a type. Read more
impl Copy for SubscriptRoutines
Auto Trait Implementations§
impl Freeze for SubscriptRoutines
impl RefUnwindSafe for SubscriptRoutines
impl Send for SubscriptRoutines
impl Sync for SubscriptRoutines
impl Unpin for SubscriptRoutines
impl UnwindSafe for SubscriptRoutines
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