pub struct ValkyrieMemoryType {
pub min: u32,
pub max: Option<u32>,
}Expand description
Valkyrie 内存类型
Fields§
§min: u32§max: Option<u32>Trait Implementations§
Source§impl Clone for ValkyrieMemoryType
impl Clone for ValkyrieMemoryType
Source§fn clone(&self) -> ValkyrieMemoryType
fn clone(&self) -> ValkyrieMemoryType
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 ValkyrieMemoryType
impl RefUnwindSafe for ValkyrieMemoryType
impl Send for ValkyrieMemoryType
impl Sync for ValkyrieMemoryType
impl Unpin for ValkyrieMemoryType
impl UnwindSafe for ValkyrieMemoryType
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