#[repr(C)]pub struct b3MeshNode__bindgen_ty_1__bindgen_ty_2 {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}Expand description
Leaf node
Fields§
§_bitfield_align_1: [u32; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>Implementations§
Source§impl b3MeshNode__bindgen_ty_1__bindgen_ty_2
impl b3MeshNode__bindgen_ty_1__bindgen_ty_2
pub fn type_(&self) -> u32
pub fn set_type(&mut self, val: u32)
pub unsafe fn type__raw(this: *const Self) -> u32
pub unsafe fn set_type_raw(this: *mut Self, val: u32)
pub fn triangleCount(&self) -> u32
pub fn set_triangleCount(&mut self, val: u32)
pub unsafe fn triangleCount_raw(this: *const Self) -> u32
pub unsafe fn set_triangleCount_raw(this: *mut Self, val: u32)
pub fn new_bitfield_1( type_: u32, triangleCount: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for b3MeshNode__bindgen_ty_1__bindgen_ty_2
impl Clone for b3MeshNode__bindgen_ty_1__bindgen_ty_2
Source§fn clone(&self) -> b3MeshNode__bindgen_ty_1__bindgen_ty_2
fn clone(&self) -> b3MeshNode__bindgen_ty_1__bindgen_ty_2
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 b3MeshNode__bindgen_ty_1__bindgen_ty_2
Auto Trait Implementations§
impl Freeze for b3MeshNode__bindgen_ty_1__bindgen_ty_2
impl RefUnwindSafe for b3MeshNode__bindgen_ty_1__bindgen_ty_2
impl Send for b3MeshNode__bindgen_ty_1__bindgen_ty_2
impl Sync for b3MeshNode__bindgen_ty_1__bindgen_ty_2
impl Unpin for b3MeshNode__bindgen_ty_1__bindgen_ty_2
impl UnsafeUnpin for b3MeshNode__bindgen_ty_1__bindgen_ty_2
impl UnwindSafe for b3MeshNode__bindgen_ty_1__bindgen_ty_2
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