pub struct BytecodeUserdataType {
pub name: BytecodeString,
pub name_ref: u32,
pub used: bool,
}Fields§
§name: BytecodeString§name_ref: u32§used: boolTrait Implementations§
Source§impl Clone for BytecodeUserdataType
impl Clone for BytecodeUserdataType
Source§fn clone(&self) -> BytecodeUserdataType
fn clone(&self) -> BytecodeUserdataType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BytecodeUserdataType
impl Debug for BytecodeUserdataType
impl Eq for BytecodeUserdataType
Source§impl PartialEq for BytecodeUserdataType
impl PartialEq for BytecodeUserdataType
impl StructuralPartialEq for BytecodeUserdataType
Auto Trait Implementations§
impl Freeze for BytecodeUserdataType
impl RefUnwindSafe for BytecodeUserdataType
impl Send for BytecodeUserdataType
impl Sync for BytecodeUserdataType
impl Unpin for BytecodeUserdataType
impl UnsafeUnpin for BytecodeUserdataType
impl UnwindSafe for BytecodeUserdataType
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