#[repr(C)]pub struct PatchEntryV1 {
pub name: *const c_char,
pub func: PatchFn,
pub flags: u32,
pub reserved: u32,
}Fields§
§name: *const c_char§func: PatchFn§flags: u32§reserved: u32Trait Implementations§
Source§impl Clone for PatchEntryV1
impl Clone for PatchEntryV1
Source§fn clone(&self) -> PatchEntryV1
fn clone(&self) -> PatchEntryV1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PatchEntryV1
impl Sync for PatchEntryV1
Auto Trait Implementations§
impl Freeze for PatchEntryV1
impl RefUnwindSafe for PatchEntryV1
impl !Send for PatchEntryV1
impl Unpin for PatchEntryV1
impl UnsafeUnpin for PatchEntryV1
impl UnwindSafe for PatchEntryV1
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