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§
Auto 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