pub struct DbVarSpec {
pub db: u16,
pub offset: u32,
pub length: u16,
}Expand description
Specification for a single DB variable to be read or written in batch.
Fields§
§db: u16§offset: u32§length: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for DbVarSpec
impl RefUnwindSafe for DbVarSpec
impl Send for DbVarSpec
impl Sync for DbVarSpec
impl Unpin for DbVarSpec
impl UnsafeUnpin for DbVarSpec
impl UnwindSafe for DbVarSpec
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