#[repr(C)]pub struct DtOffMeshConnection {
pub pos: DtAABB,
pub rad: f32,
pub poly: u16,
pub flags: u8,
pub side: u8,
pub user_id: u32,
}Fields§
§pos: DtAABB§rad: f32§poly: u16§flags: u8§side: u8§user_id: u32Trait Implementations§
Source§impl Clone for DtOffMeshConnection
impl Clone for DtOffMeshConnection
Source§fn clone(&self) -> DtOffMeshConnection
fn clone(&self) -> DtOffMeshConnection
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DtOffMeshConnection
impl Debug for DtOffMeshConnection
Source§impl ExternType for DtOffMeshConnection
impl ExternType for DtOffMeshConnection
Auto Trait Implementations§
impl Freeze for DtOffMeshConnection
impl RefUnwindSafe for DtOffMeshConnection
impl Send for DtOffMeshConnection
impl Sync for DtOffMeshConnection
impl Unpin for DtOffMeshConnection
impl UnwindSafe for DtOffMeshConnection
Blanket Implementations§
Source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
Source§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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