#[repr(C)]pub struct LldTestsTable {
pub clicmdrsp_buffer: *const u8,
pub m0cmd_buffer: *const u8,
}
Fields§
§clicmdrsp_buffer: *const u8
§m0cmd_buffer: *const u8
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LldTestsTable
impl RefUnwindSafe for LldTestsTable
impl !Send for LldTestsTable
impl !Sync for LldTestsTable
impl Unpin for LldTestsTable
impl UnwindSafe for LldTestsTable
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