pub struct RawNodeMeshAttachmentRowV1 { /* private fields */ }Expand description
One raw node-to-mesh declaration.
Implementations§
Source§impl RawNodeMeshAttachmentRowV1
impl RawNodeMeshAttachmentRowV1
Sourcepub const fn new(source_node_index: u64, source_mesh_index: u64) -> Self
pub const fn new(source_node_index: u64, source_mesh_index: u64) -> Self
Construct one raw attachment row.
Sourcepub const fn source_node_index(&self) -> u64
pub const fn source_node_index(&self) -> u64
Source node-array index.
Sourcepub const fn source_mesh_index(&self) -> u64
pub const fn source_mesh_index(&self) -> u64
Source mesh-array index.
Trait Implementations§
Source§impl Clone for RawNodeMeshAttachmentRowV1
impl Clone for RawNodeMeshAttachmentRowV1
Source§fn clone(&self) -> RawNodeMeshAttachmentRowV1
fn clone(&self) -> RawNodeMeshAttachmentRowV1
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 RawNodeMeshAttachmentRowV1
Source§impl Debug for RawNodeMeshAttachmentRowV1
impl Debug for RawNodeMeshAttachmentRowV1
Source§impl<'de> Deserialize<'de> for RawNodeMeshAttachmentRowV1
impl<'de> Deserialize<'de> for RawNodeMeshAttachmentRowV1
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RawNodeMeshAttachmentRowV1
impl StructuralPartialEq for RawNodeMeshAttachmentRowV1
Auto Trait Implementations§
impl Freeze for RawNodeMeshAttachmentRowV1
impl RefUnwindSafe for RawNodeMeshAttachmentRowV1
impl Send for RawNodeMeshAttachmentRowV1
impl Sync for RawNodeMeshAttachmentRowV1
impl Unpin for RawNodeMeshAttachmentRowV1
impl UnsafeUnpin for RawNodeMeshAttachmentRowV1
impl UnwindSafe for RawNodeMeshAttachmentRowV1
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