pub struct SymbolHandle(pub u32);Tuple Fields§
§0: u32Implementations§
Source§impl SymbolHandle
impl SymbolHandle
pub const fn new_illegal() -> Self
Trait Implementations§
Source§impl Clone for SymbolHandle
impl Clone for SymbolHandle
Source§fn clone(&self) -> SymbolHandle
fn clone(&self) -> SymbolHandle
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 SymbolHandle
impl Debug for SymbolHandle
Source§impl Default for SymbolHandle
impl Default for SymbolHandle
Source§fn default() -> SymbolHandle
fn default() -> SymbolHandle
Returns the “default value” for a type. Read more
Source§impl Hash for SymbolHandle
impl Hash for SymbolHandle
Source§impl PartialEq for SymbolHandle
impl PartialEq for SymbolHandle
impl Eq for SymbolHandle
impl StructuralPartialEq for SymbolHandle
Auto Trait Implementations§
impl Freeze for SymbolHandle
impl RefUnwindSafe for SymbolHandle
impl Send for SymbolHandle
impl Sync for SymbolHandle
impl Unpin for SymbolHandle
impl UnwindSafe for SymbolHandle
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