#[repr(u32)]pub enum gvr_safety_region_type {
GVR_SAFETY_REGION_NONE = 0,
GVR_SAFETY_REGION_CYLINDER = 1,
}Expand description
Safety region types exposed from the GVR_PROPERTY_SAFETY_REGION property.
Variants§
Trait Implementations§
Source§impl Clone for gvr_safety_region_type
impl Clone for gvr_safety_region_type
Source§fn clone(&self) -> gvr_safety_region_type
fn clone(&self) -> gvr_safety_region_type
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 gvr_safety_region_type
impl Debug for gvr_safety_region_type
Source§impl Hash for gvr_safety_region_type
impl Hash for gvr_safety_region_type
Source§impl PartialEq for gvr_safety_region_type
impl PartialEq for gvr_safety_region_type
impl Copy for gvr_safety_region_type
impl Eq for gvr_safety_region_type
impl StructuralPartialEq for gvr_safety_region_type
Auto Trait Implementations§
impl Freeze for gvr_safety_region_type
impl RefUnwindSafe for gvr_safety_region_type
impl Send for gvr_safety_region_type
impl Sync for gvr_safety_region_type
impl Unpin for gvr_safety_region_type
impl UnwindSafe for gvr_safety_region_type
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