#[repr(C)]pub struct k_obj_type {
pub node: _snode,
pub list: _slist,
pub id: u32,
pub obj_core_offset: usize,
}
Expand description
Object type structure
Fields§
§node: _snode
< Node within list of object types
list: _slist
< List of objects of this object type
id: u32
< Unique type ID
obj_core_offset: usize
< Offset to obj_core field
Trait Implementations§
Auto Trait Implementations§
impl Freeze for k_obj_type
impl RefUnwindSafe for k_obj_type
impl !Send for k_obj_type
impl !Sync for k_obj_type
impl Unpin for k_obj_type
impl UnwindSafe for k_obj_type
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