Struct clips_sys::moduleStackItem
source · #[repr(C)]pub struct moduleStackItem {
pub changeFlag: bool,
pub theModule: *mut Defmodule,
pub next: *mut ModuleStackItem,
}Fields
changeFlag: booltheModule: *mut Defmodulenext: *mut ModuleStackItemTrait Implementations
sourceimpl Clone for moduleStackItem
impl Clone for moduleStackItem
sourcefn clone(&self) -> moduleStackItem
fn clone(&self) -> moduleStackItem
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for moduleStackItem
impl Debug for moduleStackItem
sourceimpl Default for moduleStackItem
impl Default for moduleStackItem
impl Copy for moduleStackItem
Auto Trait Implementations
impl RefUnwindSafe for moduleStackItem
impl !Send for moduleStackItem
impl !Sync for moduleStackItem
impl Unpin for moduleStackItem
impl UnwindSafe for moduleStackItem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more