#[repr(C)]pub struct Description {
pub module: Module,
pub version: &'static str,
}Expand description
Representation of the extension used to generate PHP stubs.
Fields§
§module: ModuleExtension description.
version: &'static strext-php-rs version.
Implementations§
Auto Trait Implementations§
impl Freeze for Description
impl RefUnwindSafe for Description
impl !Send for Description
impl !Sync for Description
impl Unpin for Description
impl UnsafeUnpin for Description
impl UnwindSafe for Description
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