[−][src]Struct opencv::cvv::CallMetaData
Optional information about a location in Code.
Implementations
impl CallMetaData
[src]
pub fn as_raw_CallMetaData(&self) -> *const c_void
[src]
pub fn as_raw_mut_CallMetaData(&mut self) -> *mut c_void
[src]
impl CallMetaData
[src]
pub fn default() -> Result<CallMetaData>
[src]
Creates an unknown location.
pub fn new(file: &str, line: size_t, function: &str) -> Result<CallMetaData>
[src]
Creates the provided location.
Argument should be self-explaining.
Trait Implementations
impl Boxed for CallMetaData
[src]
unsafe fn from_raw(ptr: *mut c_void) -> Self
[src]
fn into_raw(self) -> *mut c_void
[src]
fn as_raw(&self) -> *const c_void
[src]
fn as_raw_mut(&mut self) -> *mut c_void
[src]
impl CallMetaDataTrait for CallMetaData
[src]
fn as_raw_CallMetaData(&self) -> *const c_void
[src]
fn as_raw_mut_CallMetaData(&mut self) -> *mut c_void
[src]
fn file(&self) -> String
[src]
fn line(&self) -> size_t
[src]
fn function(&self) -> String
[src]
fn is_known(&self) -> bool
[src]
fn to_bool(&mut self) -> Result<bool>
[src]
impl Drop for CallMetaData
[src]
impl Send for CallMetaData
[src]
Auto Trait Implementations
impl RefUnwindSafe for CallMetaData
impl !Sync for CallMetaData
impl Unpin for CallMetaData
impl UnwindSafe for CallMetaData
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,