Struct FILTERDBS
#[repr(C)]pub struct FILTERDBS {
pub Anonymous: FILTERDBS_0,
pub TrDB: *mut isize,
pub YYYDB: *mut c_void,
pub XXXDB: *mut c_void,
}
Fields§
§Anonymous: FILTERDBS_0
§TrDB: *mut isize
§YYYDB: *mut c_void
§XXXDB: *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FILTERDBS
impl RefUnwindSafe for FILTERDBS
impl !Send for FILTERDBS
impl !Sync for FILTERDBS
impl Unpin for FILTERDBS
impl UnwindSafe for FILTERDBS
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