Type Alias BIT_STRING_BITNAME

Source
pub type BIT_STRING_BITNAME = BIT_STRING_BITNAME_st;

Aliased Type§

struct BIT_STRING_BITNAME {
    pub bitnum: i32,
    pub lname: *const i8,
    pub sname: *const i8,
}

Fields§

§bitnum: i32§lname: *const i8§sname: *const i8

Trait Implementations

Source§

impl Clone for BIT_STRING_BITNAME_st

Source§

fn clone(&self) -> BIT_STRING_BITNAME_st

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 Debug for BIT_STRING_BITNAME_st

Source§

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

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

impl Copy for BIT_STRING_BITNAME_st