#[repr(transparent)]pub struct RTCSceneFlags(pub u32);
Tuple Fields§
§0: u32
Implementations§
Source§impl RTCSceneFlags
impl RTCSceneFlags
pub const NONE: RTCSceneFlags
Source§impl RTCSceneFlags
impl RTCSceneFlags
pub const DYNAMIC: RTCSceneFlags
Source§impl RTCSceneFlags
impl RTCSceneFlags
pub const COMPACT: RTCSceneFlags
Source§impl RTCSceneFlags
impl RTCSceneFlags
pub const ROBUST: RTCSceneFlags
Source§impl RTCSceneFlags
impl RTCSceneFlags
pub const CONTEXT_FILTER_FUNCTION: RTCSceneFlags
Trait Implementations§
Source§impl BitAnd for RTCSceneFlags
impl BitAnd for RTCSceneFlags
Source§impl BitAndAssign for RTCSceneFlags
impl BitAndAssign for RTCSceneFlags
Source§fn bitand_assign(&mut self, rhs: RTCSceneFlags)
fn bitand_assign(&mut self, rhs: RTCSceneFlags)
Performs the
&=
operation. Read moreSource§impl BitOr for RTCSceneFlags
impl BitOr for RTCSceneFlags
Source§impl BitOrAssign for RTCSceneFlags
impl BitOrAssign for RTCSceneFlags
Source§fn bitor_assign(&mut self, rhs: RTCSceneFlags)
fn bitor_assign(&mut self, rhs: RTCSceneFlags)
Performs the
|=
operation. Read moreSource§impl Clone for RTCSceneFlags
impl Clone for RTCSceneFlags
Source§fn clone(&self) -> RTCSceneFlags
fn clone(&self) -> RTCSceneFlags
Returns a copy 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 RTCSceneFlags
impl Debug for RTCSceneFlags
Source§impl Hash for RTCSceneFlags
impl Hash for RTCSceneFlags
Source§impl PartialEq for RTCSceneFlags
impl PartialEq for RTCSceneFlags
impl Copy for RTCSceneFlags
impl Eq for RTCSceneFlags
impl StructuralPartialEq for RTCSceneFlags
Auto Trait Implementations§
impl Freeze for RTCSceneFlags
impl RefUnwindSafe for RTCSceneFlags
impl Send for RTCSceneFlags
impl Sync for RTCSceneFlags
impl Unpin for RTCSceneFlags
impl UnwindSafe for RTCSceneFlags
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