#[repr(C)]pub struct SpatialGraphNodeBindingPropertiesGetInfoMSFT {
pub ty: StructureType,
pub next: *const c_void,
}Expand description
Fields
ty: StructureTypenext: *const c_voidImplementations
sourceimpl SpatialGraphNodeBindingPropertiesGetInfoMSFT
impl SpatialGraphNodeBindingPropertiesGetInfoMSFT
pub const TYPE: StructureType = StructureType::SPATIAL_GRAPH_NODE_BINDING_PROPERTIES_GET_INFO_MSFT
Trait Implementations
sourceimpl Clone for SpatialGraphNodeBindingPropertiesGetInfoMSFT
impl Clone for SpatialGraphNodeBindingPropertiesGetInfoMSFT
sourcefn clone(&self) -> SpatialGraphNodeBindingPropertiesGetInfoMSFT
fn clone(&self) -> SpatialGraphNodeBindingPropertiesGetInfoMSFT
Returns a copy of the value. Read more
1.0.0 · sourcefn 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 RefUnwindSafe for SpatialGraphNodeBindingPropertiesGetInfoMSFT
impl !Send for SpatialGraphNodeBindingPropertiesGetInfoMSFT
impl !Sync for SpatialGraphNodeBindingPropertiesGetInfoMSFT
impl Unpin for SpatialGraphNodeBindingPropertiesGetInfoMSFT
impl UnwindSafe for SpatialGraphNodeBindingPropertiesGetInfoMSFT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more