pub struct ModuleBinary { /* private fields */ }
Expand description
This is a handle to get the binary representation of the module.
Implementations§
Trait Implementations§
Source§impl Clone for ModuleBinary
impl Clone for ModuleBinary
Source§fn clone(&self) -> ModuleBinary
fn clone(&self) -> ModuleBinary
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 moreSource§impl Debug for ModuleBinary
impl Debug for ModuleBinary
Source§impl PartialEq for ModuleBinary
impl PartialEq for ModuleBinary
impl Eq for ModuleBinary
Auto Trait Implementations§
impl Freeze for ModuleBinary
impl RefUnwindSafe for ModuleBinary
impl Send for ModuleBinary
impl Sync for ModuleBinary
impl Unpin for ModuleBinary
impl UnwindSafe for ModuleBinary
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