Struct BehaviorType
pub struct BehaviorType(/* private fields */);
Implementations§
§impl BehaviorType
impl BehaviorType
pub const DEFAULT: BehaviorType
pub const LOCK: BehaviorType
pub const RADIO_GROUP: BehaviorType
pub const OVERLAY1: BehaviorType
pub const OVERLAY2: BehaviorType
pub const PERMAMENT_LOCK: BehaviorType
pub const PERMAMENT_RADIO_GROUP: BehaviorType
pub const PERMAMENT_OVERLAY1: BehaviorType
pub const PERMAMENT_OVERLAY2: BehaviorType
Trait Implementations§
§impl Clone for BehaviorType
impl Clone for BehaviorType
§fn clone(&self) -> BehaviorType
fn clone(&self) -> BehaviorType
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 more§impl Debug for BehaviorType
impl Debug for BehaviorType
§impl Default for BehaviorType
impl Default for BehaviorType
§fn default() -> BehaviorType
fn default() -> BehaviorType
Returns the “default value” for a type. Read more
§impl From<u8> for BehaviorType
impl From<u8> for BehaviorType
§fn from(value: u8) -> BehaviorType
fn from(value: u8) -> BehaviorType
Converts to this type from the input type.
§impl Hash for BehaviorType
impl Hash for BehaviorType
§impl Ord for BehaviorType
impl Ord for BehaviorType
§impl PartialEq for BehaviorType
impl PartialEq for BehaviorType
§impl PartialOrd for BehaviorType
impl PartialOrd for BehaviorType
impl Copy for BehaviorType
impl Eq for BehaviorType
impl StructuralPartialEq for BehaviorType
Auto Trait Implementations§
impl Freeze for BehaviorType
impl RefUnwindSafe for BehaviorType
impl Send for BehaviorType
impl Sync for BehaviorType
impl Unpin for BehaviorType
impl UnwindSafe for BehaviorType
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