#[repr(C)]pub struct b3MeshNode__bindgen_ty_1__bindgen_ty_1 {
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
}Expand description
Internal node
Fields§
§_bitfield_align_1: [u32; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>Implementations§
Source§impl b3MeshNode__bindgen_ty_1__bindgen_ty_1
impl b3MeshNode__bindgen_ty_1__bindgen_ty_1
pub fn axis(&self) -> u32
pub fn set_axis(&mut self, val: u32)
pub unsafe fn axis_raw(this: *const Self) -> u32
pub unsafe fn set_axis_raw(this: *mut Self, val: u32)
pub fn childOffset(&self) -> u32
pub fn set_childOffset(&mut self, val: u32)
pub unsafe fn childOffset_raw(this: *const Self) -> u32
pub unsafe fn set_childOffset_raw(this: *mut Self, val: u32)
pub fn new_bitfield_1( axis: u32, childOffset: u32, ) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations§
Source§impl Clone for b3MeshNode__bindgen_ty_1__bindgen_ty_1
impl Clone for b3MeshNode__bindgen_ty_1__bindgen_ty_1
Source§fn clone(&self) -> b3MeshNode__bindgen_ty_1__bindgen_ty_1
fn clone(&self) -> b3MeshNode__bindgen_ty_1__bindgen_ty_1
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_1
Auto Trait Implementations§
impl Freeze for b3MeshNode__bindgen_ty_1__bindgen_ty_1
impl RefUnwindSafe for b3MeshNode__bindgen_ty_1__bindgen_ty_1
impl Send for b3MeshNode__bindgen_ty_1__bindgen_ty_1
impl Sync for b3MeshNode__bindgen_ty_1__bindgen_ty_1
impl Unpin for b3MeshNode__bindgen_ty_1__bindgen_ty_1
impl UnsafeUnpin for b3MeshNode__bindgen_ty_1__bindgen_ty_1
impl UnwindSafe for b3MeshNode__bindgen_ty_1__bindgen_ty_1
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