pub struct ModuleOpens {
pub opens_index: u16,
pub opens_flags: Vec<AccessFlag>,
pub opens_to_index: Vec<u16>,
}
Fields§
§opens_index: u16
§opens_flags: Vec<AccessFlag>
§opens_to_index: Vec<u16>
Trait Implementations§
Source§impl Clone for ModuleOpens
impl Clone for ModuleOpens
Source§fn clone(&self) -> ModuleOpens
fn clone(&self) -> ModuleOpens
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 ModuleOpens
impl RefUnwindSafe for ModuleOpens
impl Send for ModuleOpens
impl Sync for ModuleOpens
impl Unpin for ModuleOpens
impl UnwindSafe for ModuleOpens
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