#[repr(C)]pub struct EncodedName {
pub nameLen: c_int,
pub totalLen: c_int,
pub type_: c_int,
pub used: c_int,
pub encoded: [byte; 128],
}Fields§
§nameLen: c_int§totalLen: c_int§type_: c_int§used: c_int§encoded: [byte; 128]Trait Implementations§
Source§impl Clone for EncodedName
impl Clone for EncodedName
Source§fn clone(&self) -> EncodedName
fn clone(&self) -> EncodedName
Returns a duplicate 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 moreSource§impl Debug for EncodedName
impl Debug for EncodedName
impl Copy for EncodedName
Auto Trait Implementations§
impl Freeze for EncodedName
impl RefUnwindSafe for EncodedName
impl Send for EncodedName
impl Sync for EncodedName
impl Unpin for EncodedName
impl UnwindSafe for EncodedName
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more