[][src]Struct btor2tools::Btor2Sort

pub struct Btor2Sort<'line, 'parser> { /* fields omitted */ }

Implementations

impl<'line, 'parser> Btor2Sort<'line, 'parser>[src]

pub fn id(&self) -> i64[src]

pub fn tag(&self) -> Btor2SortTag[src]

pub fn name(&self) -> Option<&CStr>[src]

pub fn content(&self) -> Btor2SortContent[src]

Trait Implementations

impl<'line, 'parser> Clone for Btor2Sort<'line, 'parser>[src]

impl<'line, 'parser> Copy for Btor2Sort<'line, 'parser>[src]

impl<'line, 'parser> Debug for Btor2Sort<'line, 'parser>[src]

Auto Trait Implementations

impl<'line, 'parser> RefUnwindSafe for Btor2Sort<'line, 'parser>

impl<'line, 'parser> !Send for Btor2Sort<'line, 'parser>

impl<'line, 'parser> !Sync for Btor2Sort<'line, 'parser>

impl<'line, 'parser> Unpin for Btor2Sort<'line, 'parser> where
    'parser: 'line, 

impl<'line, 'parser> UnwindSafe for Btor2Sort<'line, 'parser>

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.