#[repr(C, packed(2))]pub struct cprlist {
pub Next: *mut cprlist,
pub start: *mut UWORD,
pub MaxCount: WORD,
}Fields§
§Next: *mut cprlist§start: *mut UWORD§MaxCount: WORDTrait Implementations§
Auto Trait Implementations§
impl Freeze for cprlist
impl RefUnwindSafe for cprlist
impl !Send for cprlist
impl !Sync for cprlist
impl Unpin for cprlist
impl UnwindSafe for cprlist
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