#[repr(C)]pub struct Params {
pub running: u32,
pub ptr: *mut *mut u8,
}Expand description
Parameters of version
Fields§
§running: u32Whether to return the version of the running side (1) or opposite side (0).
ptr: *mut *mut u8Where to write the version.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Params
impl RefUnwindSafe for Params
impl !Send for Params
impl !Sync for Params
impl Unpin for Params
impl UnwindSafe for Params
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