#[repr(C)]pub struct ROWLIST {
pub cEntries: u32,
pub aEntries: [ROWENTRY; 1],
}Fields§
§cEntries: u32§aEntries: [ROWENTRY; 1]Trait Implementations§
impl Copy for ROWLIST
impl StructuralPartialEq for ROWLIST
Auto Trait Implementations§
impl !Send for ROWLIST
impl !Sync for ROWLIST
impl Freeze for ROWLIST
impl RefUnwindSafe for ROWLIST
impl Unpin for ROWLIST
impl UnsafeUnpin for ROWLIST
impl UnwindSafe for ROWLIST
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