#[repr(C)]pub struct NodeRec {}Fields§
§id: u64§morton_code: u64§x: f32§y: f32§z: f32§edge_off: u32§edge_len: u32§flags: u32§begin_ts: u64§end_ts: u64§tx_id: u64§visibility: u8§_padding: [u8; 7]Trait Implementations§
impl Copy for NodeRec
impl Pod for NodeRec
Auto Trait Implementations§
impl Freeze for NodeRec
impl RefUnwindSafe for NodeRec
impl Send for NodeRec
impl Sync for NodeRec
impl Unpin for NodeRec
impl UnsafeUnpin for NodeRec
impl UnwindSafe for NodeRec
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
Source§impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
impl<T> CheckedBitPattern for Twhere
T: AnyBitPattern,
Source§type Bits = T
type Bits = T
Self must have the same layout as the specified Bits except for
the possible invalid bit patterns being checked during
is_valid_bit_pattern.Source§fn is_valid_bit_pattern(_bits: &T) -> bool
fn is_valid_bit_pattern(_bits: &T) -> bool
If this function returns true, then it must be valid to reinterpret
bits
as &Self.