#[repr(C)]pub struct comp_t {
pub num: c_ushort,
pub next: *mut comp_t,
}Fields§
§num: c_ushort§next: *mut comp_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for comp_t
impl RefUnwindSafe for comp_t
impl !Send for comp_t
impl !Sync for comp_t
impl Unpin for comp_t
impl UnwindSafe for comp_t
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