#[repr(C)]pub struct tagABORTPATH {
pub emr: EMR,
}
Fields§
§emr: EMR
Trait Implementations§
Source§impl Clone for tagABORTPATH
impl Clone for tagABORTPATH
Source§fn clone(&self) -> tagABORTPATH
fn clone(&self) -> tagABORTPATH
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 moreSource§impl Debug for tagABORTPATH
impl Debug for tagABORTPATH
Source§impl Ord for tagABORTPATH
impl Ord for tagABORTPATH
Source§fn cmp(&self, other: &tagABORTPATH) -> Ordering
fn cmp(&self, other: &tagABORTPATH) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagABORTPATH
impl PartialEq for tagABORTPATH
Source§impl PartialOrd for tagABORTPATH
impl PartialOrd for tagABORTPATH
impl Copy for tagABORTPATH
impl Eq for tagABORTPATH
impl StructuralPartialEq 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