pub struct StaticElement { /* private fields */ }
Expand description
StaticElement are all the variables that aren’t changed that often, usually globals.
Implementations§
Source§impl StaticElement
impl StaticElement
pub fn new(addr: usize) -> StaticElement
Trait Implementations§
Source§impl Drop for StaticElement
impl Drop for StaticElement
Source§impl Inject for StaticElement
impl Inject for StaticElement
Auto Trait Implementations§
impl Freeze for StaticElement
impl RefUnwindSafe for StaticElement
impl Send for StaticElement
impl Sync for StaticElement
impl Unpin for StaticElement
impl UnwindSafe for StaticElement
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