#[repr(C)]pub struct MdfLocation {
pub line: c_int,
pub column: c_int,
pub file: *const c_char,
pub function: *const c_char,
}Fields§
§line: c_int§column: c_int§file: *const c_char§function: *const c_charTrait Implementations§
Source§impl Clone for MdfLocation
impl Clone for MdfLocation
Source§fn clone(&self) -> MdfLocation
fn clone(&self) -> MdfLocation
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 MdfLocation
impl Debug for MdfLocation
Source§impl Default for MdfLocation
impl Default for MdfLocation
Source§impl Hash for MdfLocation
impl Hash for MdfLocation
Source§impl Ord for MdfLocation
impl Ord for MdfLocation
Source§fn cmp(&self, other: &MdfLocation) -> Ordering
fn cmp(&self, other: &MdfLocation) -> 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 MdfLocation
impl PartialEq for MdfLocation
Source§impl PartialOrd for MdfLocation
impl PartialOrd for MdfLocation
impl Copy for MdfLocation
impl Eq for MdfLocation
impl StructuralPartialEq for MdfLocation
Auto Trait Implementations§
impl Freeze for MdfLocation
impl RefUnwindSafe for MdfLocation
impl !Send for MdfLocation
impl !Sync for MdfLocation
impl Unpin for MdfLocation
impl UnsafeUnpin for MdfLocation
impl UnwindSafe for MdfLocation
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