Struct cfsp::node::attribute::LocalVariableTable
source · pub struct LocalVariableTable {
pub local_variable_table_length: u16,
pub local_variable_table: Vec<LocalVariable>,
}Fields§
§local_variable_table_length: u16§local_variable_table: Vec<LocalVariable>Trait Implementations§
source§impl Clone for LocalVariableTable
impl Clone for LocalVariableTable
source§fn clone(&self) -> LocalVariableTable
fn clone(&self) -> LocalVariableTable
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 moresource§impl Debug for LocalVariableTable
impl Debug for LocalVariableTable
source§impl<'de> Deserialize<'de> for LocalVariableTable
impl<'de> Deserialize<'de> for LocalVariableTable
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<LocalVariableTable> for LocalVariableTable
impl PartialEq<LocalVariableTable> for LocalVariableTable
source§fn eq(&self, other: &LocalVariableTable) -> bool
fn eq(&self, other: &LocalVariableTable) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for LocalVariableTable
impl Serialize for LocalVariableTable
impl Eq for LocalVariableTable
impl StructuralEq for LocalVariableTable
impl StructuralPartialEq for LocalVariableTable
Auto Trait Implementations§
impl RefUnwindSafe for LocalVariableTable
impl Send for LocalVariableTable
impl Sync for LocalVariableTable
impl Unpin for LocalVariableTable
impl UnwindSafe for LocalVariableTable
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