pub enum AhbLsDivDivisor {
_0 = 0,
_1 = 1,
_3 = 3,
_7 = 7,
_15 = 15,
_31 = 31,
}Available on crate feature
unstable only.Variants§
_0 = 0
Selects divisor = 0.
_1 = 1
Selects divisor = 1.
_3 = 3
Selects divisor = 3.
_7 = 7
Selects divisor = 7.
_15 = 15
Selects divisor = 15.
_31 = 31
Selects divisor = 31.
Implementations§
Trait Implementations§
Source§impl Clone for AhbLsDivDivisor
impl Clone for AhbLsDivDivisor
Source§fn clone(&self) -> AhbLsDivDivisor
fn clone(&self) -> AhbLsDivDivisor
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AhbLsDivDivisor
impl Debug for AhbLsDivDivisor
Source§impl Hash for AhbLsDivDivisor
impl Hash for AhbLsDivDivisor
Source§impl PartialEq for AhbLsDivDivisor
impl PartialEq for AhbLsDivDivisor
impl Copy for AhbLsDivDivisor
impl Eq for AhbLsDivDivisor
impl StructuralPartialEq for AhbLsDivDivisor
Auto Trait Implementations§
impl Freeze for AhbLsDivDivisor
impl RefUnwindSafe for AhbLsDivDivisor
impl Send for AhbLsDivDivisor
impl Sync for AhbLsDivDivisor
impl Unpin for AhbLsDivDivisor
impl UnsafeUnpin for AhbLsDivDivisor
impl UnwindSafe for AhbLsDivDivisor
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)