[][src]Struct lc3tools_sys::root::lc3::conv

#[repr(C)]pub struct conv {
    pub printer: *mut IPrinter,
    pub converter: Converter,
    pub propagate_exceptions: bool,
}

Fields

printer: *mut IPrinterconverter: Converterpropagate_exceptions: bool

Implementations

impl conv[src]

pub unsafe fn convertBin(
    &mut self,
    asm_filename: *const string
) -> optional<string>
[src]

pub unsafe fn setPropagateExceptions(&mut self)[src]

pub unsafe fn clearPropagateExceptions(&mut self)[src]

Trait Implementations

impl Clone for conv[src]

impl Copy for conv[src]

impl Debug for conv[src]

impl Default for conv[src]

Auto Trait Implementations

impl RefUnwindSafe for conv

impl !Send for conv

impl !Sync for conv

impl Unpin for conv

impl UnwindSafe for conv

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.