#[repr(C)]pub struct DbData {
pub length: u32,
pub sequence: *mut DbDatum,
}
Fields§
§length: u32
§sequence: *mut DbDatum
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DbData
impl RefUnwindSafe for DbData
impl !Send for DbData
impl !Sync for DbData
impl Unpin for DbData
impl UnwindSafe for DbData
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