#[repr(C)]pub struct SpatialGraphNodeBindingPropertiesGetInfoMSFT {
pub ty: StructureType,
pub next: *const c_void,
}
Expand description
Fields§
§ty: StructureType
§next: *const c_void
Implementations§
Source§impl SpatialGraphNodeBindingPropertiesGetInfoMSFT
impl SpatialGraphNodeBindingPropertiesGetInfoMSFT
pub const TYPE: StructureType = StructureType::SPATIAL_GRAPH_NODE_BINDING_PROPERTIES_GET_INFO_MSFT
Trait Implementations§
Source§impl Clone for SpatialGraphNodeBindingPropertiesGetInfoMSFT
impl Clone for SpatialGraphNodeBindingPropertiesGetInfoMSFT
Source§fn clone(&self) -> SpatialGraphNodeBindingPropertiesGetInfoMSFT
fn clone(&self) -> SpatialGraphNodeBindingPropertiesGetInfoMSFT
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 moreimpl Copy for SpatialGraphNodeBindingPropertiesGetInfoMSFT
Auto Trait Implementations§
impl Freeze for SpatialGraphNodeBindingPropertiesGetInfoMSFT
impl RefUnwindSafe for SpatialGraphNodeBindingPropertiesGetInfoMSFT
impl !Send for SpatialGraphNodeBindingPropertiesGetInfoMSFT
impl !Sync for SpatialGraphNodeBindingPropertiesGetInfoMSFT
impl Unpin for SpatialGraphNodeBindingPropertiesGetInfoMSFT
impl UnwindSafe for SpatialGraphNodeBindingPropertiesGetInfoMSFT
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