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
impl Clone for BIT_STRING_BITNAME_st
Source§fn clone(&self) -> BIT_STRING_BITNAME_st
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)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more