#[repr(C)]pub struct focalModule {
pub theModule: *mut Defmodule,
pub theDefruleModule: *mut defruleModule,
pub next: *mut FocalModule,
}Fields§
§theModule: *mut Defmodule§theDefruleModule: *mut defruleModule§next: *mut FocalModuleTrait Implementations§
Source§impl Clone for focalModule
impl Clone for focalModule
Source§fn clone(&self) -> focalModule
fn clone(&self) -> focalModule
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 focalModule
impl Debug for focalModule
Source§impl Default for focalModule
impl Default for focalModule
impl Copy for focalModule
Auto Trait Implementations§
impl Freeze for focalModule
impl RefUnwindSafe for focalModule
impl !Send for focalModule
impl !Sync for focalModule
impl Unpin for focalModule
impl UnwindSafe for focalModule
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