#[repr(C)]pub struct sortedSymbol_t {
pub symbol: BYTE,
}Fields§
§symbol: BYTETrait Implementations§
Source§impl Clone for sortedSymbol_t
impl Clone for sortedSymbol_t
Source§fn clone(&self) -> sortedSymbol_t
fn clone(&self) -> sortedSymbol_t
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 sortedSymbol_t
impl Debug for sortedSymbol_t
impl Copy for sortedSymbol_t
Auto Trait Implementations§
impl Freeze for sortedSymbol_t
impl RefUnwindSafe for sortedSymbol_t
impl Send for sortedSymbol_t
impl Sync for sortedSymbol_t
impl Unpin for sortedSymbol_t
impl UnwindSafe for sortedSymbol_t
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