#[repr(C)]pub struct M3BranchPatch {
pub next: *mut M3BranchPatch,
pub location: *mut pc_t,
}Fields§
§next: *mut M3BranchPatch§location: *mut pc_tTrait Implementations§
Source§impl Clone for M3BranchPatch
impl Clone for M3BranchPatch
Source§fn clone(&self) -> M3BranchPatch
fn clone(&self) -> M3BranchPatch
Returns a copy 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 M3BranchPatch
Auto Trait Implementations§
impl Freeze for M3BranchPatch
impl RefUnwindSafe for M3BranchPatch
impl !Send for M3BranchPatch
impl !Sync for M3BranchPatch
impl Unpin for M3BranchPatch
impl UnwindSafe for M3BranchPatch
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