pub struct ModuleRequires {
pub requires_index: u16,
pub requires_flags: Vec<AccessFlag>,
pub requires_version_index: u16,
}
Fields§
§requires_index: u16
§requires_flags: Vec<AccessFlag>
§requires_version_index: u16
Trait Implementations§
Source§impl Clone for ModuleRequires
impl Clone for ModuleRequires
Source§fn clone(&self) -> ModuleRequires
fn clone(&self) -> ModuleRequires
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 moreAuto Trait Implementations§
impl Freeze for ModuleRequires
impl RefUnwindSafe for ModuleRequires
impl Send for ModuleRequires
impl Sync for ModuleRequires
impl Unpin for ModuleRequires
impl UnwindSafe for ModuleRequires
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