pub struct NodeMemory {
pub name: String,
}Expand description
Memory 节点,描述物理内存布局
Fields§
§name: StringImplementations§
Trait Implementations§
Source§impl Clone for NodeMemory
impl Clone for NodeMemory
Source§fn clone(&self) -> NodeMemory
fn clone(&self) -> NodeMemory
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 moreAuto Trait Implementations§
impl Freeze for NodeMemory
impl RefUnwindSafe for NodeMemory
impl Send for NodeMemory
impl Sync for NodeMemory
impl Unpin for NodeMemory
impl UnwindSafe for NodeMemory
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