#[repr(C)]pub struct Struct__R_ObjectTable {
pub _type: c_int,
pub cachedNames: *mut *mut c_char,
pub active: Rboolean,
pub exists: Rdb_exists,
pub get: Rdb_get,
pub remove: Rdb_remove,
pub assign: Rdb_assign,
pub objects: Rdb_objects,
pub canCache: Rdb_canCache,
pub onDetach: Rdb_onDetach,
pub onAttach: Rdb_onAttach,
pub privateData: *mut c_void,
}
Fields§
§_type: c_int
§cachedNames: *mut *mut c_char
§active: Rboolean
§exists: Rdb_exists
§get: Rdb_get
§remove: Rdb_remove
§assign: Rdb_assign
§objects: Rdb_objects
§canCache: Rdb_canCache
§onDetach: Rdb_onDetach
§onAttach: Rdb_onAttach
§privateData: *mut c_void
Trait Implementations§
Source§impl Clone for Struct__R_ObjectTable
impl Clone for Struct__R_ObjectTable
Source§impl Default for Struct__R_ObjectTable
impl Default for Struct__R_ObjectTable
impl Copy for Struct__R_ObjectTable
Auto Trait Implementations§
impl Freeze for Struct__R_ObjectTable
impl RefUnwindSafe for Struct__R_ObjectTable
impl !Send for Struct__R_ObjectTable
impl !Sync for Struct__R_ObjectTable
impl Unpin for Struct__R_ObjectTable
impl UnwindSafe for Struct__R_ObjectTable
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