Struct OnlookerDetectionAction
#[repr(transparent)]pub struct OnlookerDetectionAction(pub i32);Tuple Fields§
§0: i32Implementations§
Trait Implementations§
§impl Clone for OnlookerDetectionAction
impl Clone for OnlookerDetectionAction
§fn clone(&self) -> OnlookerDetectionAction
fn clone(&self) -> OnlookerDetectionAction
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 more§impl Debug for OnlookerDetectionAction
impl Debug for OnlookerDetectionAction
§impl Default for OnlookerDetectionAction
impl Default for OnlookerDetectionAction
§fn default() -> OnlookerDetectionAction
fn default() -> OnlookerDetectionAction
Returns the “default value” for a type. Read more
§impl PartialEq for OnlookerDetectionAction
impl PartialEq for OnlookerDetectionAction
impl Copy for OnlookerDetectionAction
impl Eq for OnlookerDetectionAction
impl StructuralPartialEq for OnlookerDetectionAction
Auto Trait Implementations§
impl Freeze for OnlookerDetectionAction
impl RefUnwindSafe for OnlookerDetectionAction
impl Send for OnlookerDetectionAction
impl Sync for OnlookerDetectionAction
impl Unpin for OnlookerDetectionAction
impl UnwindSafe for OnlookerDetectionAction
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