#[repr(C)]pub struct defglobalModule {
pub header: defmoduleItemHeader,
}Fields§
§header: defmoduleItemHeaderTrait Implementations§
Source§impl Clone for defglobalModule
impl Clone for defglobalModule
Source§fn clone(&self) -> defglobalModule
fn clone(&self) -> defglobalModule
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 moreSource§impl Debug for defglobalModule
impl Debug for defglobalModule
Source§impl Default for defglobalModule
impl Default for defglobalModule
impl Copy for defglobalModule
Auto Trait Implementations§
impl Freeze for defglobalModule
impl RefUnwindSafe for defglobalModule
impl !Send for defglobalModule
impl !Sync for defglobalModule
impl Unpin for defglobalModule
impl UnwindSafe for defglobalModule
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