pub struct FnNames<'a> {
Show 15 fields pub get_bw: &'a str, pub mut_bits_ref: &'a str, pub bits_ref: &'a str, pub usize_cast: &'a str, pub usize_add: &'a str, pub usize_sub: &'a str, pub max_fn: &'a str, pub cc_checks_fn: &'a str, pub copy_: &'a str, pub field: &'a str, pub field_to: &'a str, pub field_from: &'a str, pub field_width: &'a str, pub field_bit: &'a str, pub bw_call: &'a [char],
}

Fields§

§get_bw: &'a str§mut_bits_ref: &'a str§bits_ref: &'a str§usize_cast: &'a str§usize_add: &'a str§usize_sub: &'a str§max_fn: &'a str§cc_checks_fn: &'a str§copy_: &'a str§field: &'a str§field_to: &'a str§field_from: &'a str§field_width: &'a str§field_bit: &'a str§bw_call: &'a [char]

Trait Implementations§

source§

impl<'a> Clone for FnNames<'a>

source§

fn clone(&self) -> FnNames<'a>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl<'a> Debug for FnNames<'a>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<'a> Copy for FnNames<'a>

Auto Trait Implementations§

§

impl<'a> RefUnwindSafe for FnNames<'a>

§

impl<'a> Send for FnNames<'a>

§

impl<'a> Sync for FnNames<'a>

§

impl<'a> Unpin for FnNames<'a>

§

impl<'a> UnwindSafe for FnNames<'a>

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.