Struct windows_sys::Win32::Storage::Jet::JET_INDEXRANGE
#[repr(C)]pub struct JET_INDEXRANGE {
pub cbStruct: u32,
pub tableid: JET_TABLEID,
pub grbit: u32,
}
Expand description
Required features: "Win32_Storage_StructuredStorage"
Fields§
§cbStruct: u32
§tableid: JET_TABLEID
§grbit: u32
Trait Implementations§
§impl Clone for JET_INDEXRANGE
impl Clone for JET_INDEXRANGE
impl Copy for JET_INDEXRANGE
Auto Trait Implementations§
impl RefUnwindSafe for JET_INDEXRANGE
impl Send for JET_INDEXRANGE
impl Sync for JET_INDEXRANGE
impl Unpin for JET_INDEXRANGE
impl UnwindSafe for JET_INDEXRANGE
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