#[repr(C)]pub struct k_obj_core {
pub node: _snode,
pub type_: *mut k_obj_type,
}
Expand description
Object core structure
Fields§
§node: _snode
< Object node within object type’s list
type_: *mut k_obj_type
< Object type to which object belongs
Trait Implementations§
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