Struct parse::classfile::Interfaces
source · pub struct Interfaces {
pub values: Vec<Addressed<ConstantClass>>,
}
Fields§
§values: Vec<Addressed<ConstantClass>>
Trait Implementations§
source§impl Clone for Interfaces
impl Clone for Interfaces
source§fn clone(&self) -> Interfaces
fn clone(&self) -> Interfaces
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for Interfaces
impl Send for Interfaces
impl Sync for Interfaces
impl Unpin for Interfaces
impl !UnwindSafe for Interfaces
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