pub struct SceneFB {
pub get_space_bounding_box2_d: GetSpaceBoundingBox2DFB,
pub get_space_bounding_box3_d: GetSpaceBoundingBox3DFB,
pub get_space_semantic_labels: GetSpaceSemanticLabelsFB,
pub get_space_boundary2_d: GetSpaceBoundary2DFB,
pub get_space_room_layout: GetSpaceRoomLayoutFB,
}
Fields§
§get_space_bounding_box2_d: GetSpaceBoundingBox2DFB
§get_space_bounding_box3_d: GetSpaceBoundingBox3DFB
§get_space_semantic_labels: GetSpaceSemanticLabelsFB
§get_space_boundary2_d: GetSpaceBoundary2DFB
§get_space_room_layout: GetSpaceRoomLayoutFB
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SceneFB
impl RefUnwindSafe for SceneFB
impl Send for SceneFB
impl Sync for SceneFB
impl Unpin for SceneFB
impl UnwindSafe for SceneFB
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