pub struct NodeBoxFixed {
pub fixed: Vec<aabb3f>,
}
Fields§
§fixed: Vec<aabb3f>
Trait Implementations§
Source§impl Clone for NodeBoxFixed
impl Clone for NodeBoxFixed
Source§fn clone(&self) -> NodeBoxFixed
fn clone(&self) -> NodeBoxFixed
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for NodeBoxFixed
impl Debug for NodeBoxFixed
Source§impl Deserialize for NodeBoxFixed
impl Deserialize for NodeBoxFixed
Source§type Output = NodeBoxFixed
type Output = NodeBoxFixed
Output should be Self, except for wrapper types.
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl PartialEq for NodeBoxFixed
impl PartialEq for NodeBoxFixed
Source§impl Serialize for NodeBoxFixed
impl Serialize for NodeBoxFixed
type Input = NodeBoxFixed
fn serialize<S: Serializer>(value: &Self::Input, ser: &mut S) -> SerializeResult
impl StructuralPartialEq for NodeBoxFixed
Auto Trait Implementations§
impl Freeze for NodeBoxFixed
impl RefUnwindSafe for NodeBoxFixed
impl Send for NodeBoxFixed
impl Sync for NodeBoxFixed
impl Unpin for NodeBoxFixed
impl UnwindSafe for NodeBoxFixed
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