pub struct SegmentEngineSpecification {
pub max_body_nodes: u32,
pub segments: &'static [LuaAny],
}Expand description
A runtime representation of SegmentEngineSpecification.
Fields§
§max_body_nodes: u32§segments: &'static [LuaAny]Trait Implementations§
Source§impl Clone for SegmentEngineSpecification
impl Clone for SegmentEngineSpecification
Source§fn clone(&self) -> SegmentEngineSpecification
fn clone(&self) -> SegmentEngineSpecification
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SegmentEngineSpecification
Source§impl Debug for SegmentEngineSpecification
impl Debug for SegmentEngineSpecification
Source§impl Default for SegmentEngineSpecification
impl Default for SegmentEngineSpecification
Source§fn default() -> SegmentEngineSpecification
fn default() -> SegmentEngineSpecification
Returns the “default value” for a type. Read more
impl StructuralPartialEq for SegmentEngineSpecification
Auto Trait Implementations§
impl Freeze for SegmentEngineSpecification
impl RefUnwindSafe for SegmentEngineSpecification
impl Send for SegmentEngineSpecification
impl Sync for SegmentEngineSpecification
impl Unpin for SegmentEngineSpecification
impl UnsafeUnpin for SegmentEngineSpecification
impl UnwindSafe for SegmentEngineSpecification
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