#[repr(C)]pub struct SysTable {
pub pcmd_buffer: *mut CmdPacket,
pub sys_queue: *const LinkedListNode,
}
Fields§
§pcmd_buffer: *mut CmdPacket
§sys_queue: *const LinkedListNode
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SysTable
impl RefUnwindSafe for SysTable
impl !Send for SysTable
impl !Sync for SysTable
impl Unpin for SysTable
impl UnwindSafe for SysTable
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