#[repr(u32)]pub enum FollowerType {
PercentOutput = 0,
AuxOutput1 = 1,
}Variants§
Trait Implementations§
Source§impl Clone for FollowerType
impl Clone for FollowerType
Source§fn clone(&self) -> FollowerType
fn clone(&self) -> FollowerType
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 FollowerType
impl Debug for FollowerType
Source§impl Default for FollowerType
impl Default for FollowerType
Source§fn default() -> FollowerType
fn default() -> FollowerType
Returns the “default value” for a type. Read more
Source§impl Hash for FollowerType
impl Hash for FollowerType
Source§impl PartialEq for FollowerType
impl PartialEq for FollowerType
impl Copy for FollowerType
impl Eq for FollowerType
impl StructuralPartialEq for FollowerType
Auto Trait Implementations§
impl Freeze for FollowerType
impl RefUnwindSafe for FollowerType
impl Send for FollowerType
impl Sync for FollowerType
impl Unpin for FollowerType
impl UnwindSafe for FollowerType
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