#[repr(C)]pub struct dlog_table_struct {
pub mod_: ulong,
pub table: *mut ulong,
}Fields§
§mod_: ulong§table: *mut ulongTrait Implementations§
Auto Trait Implementations§
impl Freeze for dlog_table_struct
impl RefUnwindSafe for dlog_table_struct
impl !Send for dlog_table_struct
impl !Sync for dlog_table_struct
impl Unpin for dlog_table_struct
impl UnsafeUnpin for dlog_table_struct
impl UnwindSafe for dlog_table_struct
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