#[repr(C, packed(2))]pub struct Isrvstr {
pub is_Node: Node,
pub Iptr: *mut Isrvstr,
pub code: FPTR,
pub ccode: FPTR,
pub Carg: APTR,
}Fields§
§is_Node: Node§Iptr: *mut Isrvstr§code: FPTR§ccode: FPTR§Carg: APTRTrait Implementations§
Auto Trait Implementations§
impl Freeze for Isrvstr
impl RefUnwindSafe for Isrvstr
impl !Send for Isrvstr
impl !Sync for Isrvstr
impl Unpin for Isrvstr
impl UnwindSafe for Isrvstr
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