pub struct VcdScope { /* private fields */ }Implementations§
Source§impl VcdScope
impl VcdScope
pub fn new(name_id: usize, scope_type: TokenScopeType, bs: &ByteStorage) -> Self
pub fn get_name(&self) -> &String
pub fn get_type(&self) -> &VcdScopeType
pub fn get_scopes(&self) -> &Vec<VcdScope>
pub fn get_variables(&self) -> &Vec<VcdVariable>
Trait Implementations§
impl StructuralPartialEq for VcdScope
Auto Trait Implementations§
impl Freeze for VcdScope
impl RefUnwindSafe for VcdScope
impl Send for VcdScope
impl Sync for VcdScope
impl Unpin for VcdScope
impl UnwindSafe for VcdScope
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