#[repr(C)]pub struct k_lifo {
pub _queue: k_queue,
}Expand description
@brief Kernel LIFO structure
All the members are internal and should not be accessed directly.
Fields§
§_queue: k_queue@cond INTERNAL_HIDDEN
Trait Implementations§
Auto Trait Implementations§
impl Freeze for k_lifo
impl RefUnwindSafe for k_lifo
impl !Send for k_lifo
impl !Sync for k_lifo
impl Unpin for k_lifo
impl UnsafeUnpin for k_lifo
impl UnwindSafe for k_lifo
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