#[repr(C)]pub struct k_obj_core {
    pub node: sys_snode_t,
    pub type_: *mut k_obj_type,
}Expand description
Object core structure
Fields§
§node: sys_snode_t< Object node within object type’s list
type_: *mut k_obj_type< Object type to which object belongs
Trait Implementations§
Source§impl Debug for k_obj_core
 
impl Debug for k_obj_core
Auto Trait Implementations§
impl Freeze for k_obj_core
impl RefUnwindSafe for k_obj_core
impl !Send for k_obj_core
impl !Sync for k_obj_core
impl Unpin for k_obj_core
impl UnwindSafe for k_obj_core
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