#[repr(C)]pub struct tagABORTPATH {
pub emr: EMR,
}Fields§
§emr: EMRTrait Implementations§
Source§impl Clone for tagABORTPATH
impl Clone for tagABORTPATH
Source§fn clone(&self) -> tagABORTPATH
fn clone(&self) -> tagABORTPATH
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 moreSource§impl Debug for tagABORTPATH
impl Debug for tagABORTPATH
impl Copy for tagABORTPATH
Auto Trait Implementations§
impl Freeze for tagABORTPATH
impl RefUnwindSafe for tagABORTPATH
impl Send for tagABORTPATH
impl Sync for tagABORTPATH
impl Unpin for tagABORTPATH
impl UnwindSafe for tagABORTPATH
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