pub struct DrumFrame8 { /* private fields */ }
audio
only.Expand description
A set of 8 drum instruments.
Implementations§
Source§impl DrumFrame8
impl DrumFrame8
Sourcepub const CY: Self
pub const CY: Self
Cymbal.
Ride or crash cymbal, depending on context.
Adds texture and color, often marking transitions or downbeats.
Sourcepub const CH: Self
pub const CH: Self
Closed Hi-Hat.
A hi-hat played with the cymbals closed. Produces a short, crisp “chick” sound.
Drives the rhythm with a tight, precise feel.
Sourcepub const OH: Self
pub const OH: Self
Open Hi-Hat.
A hi-hat played with the cymbals slightly apart. Produces a longer, sustaining sound.
Adds variation and accentuates beats or fills.
Sourcepub const BD: Self
pub const BD: Self
Bass Drum.
The largest drum, played with a foot pedal, producing a deep, resonant sound.
Anchors the rhythm, often providing the downbeat in patterns.
Sourcepub const SD: Self
pub const SD: Self
Snare Drum.
A drum with snares (metal wires) underneath, producing a sharp, cracking sound.
Central to most drum patterns, providing backbeat on the 2nd and 4th beats in 4/4 time.
Sourcepub const LT: Self
pub const LT: Self
Low Tom.
The largest and lowest-pitched tom in a drum set (sometimes called the floor tom).
Adds weight and depth, commonly used in fills and breakdowns.
Sourcepub const CPS: Self
pub const CPS: Self
Claps.
A synthesized or sampled handclap sound.
Provides a human touch to electronic grooves or reinforces the snare in patterns.
Source§impl DrumFrame8
§Custom fields operations
impl DrumFrame8
§Custom fields operations
Sourcepub const fn without_fields() -> Self
pub const fn without_fields() -> Self
Returns a new DrumFrame8
with none of the fields set.
Sourcepub const fn with_all_fields() -> Self
pub const fn with_all_fields() -> Self
Returns a new DrumFrame8
with all the fields set.
Sourcepub const fn are_all_fields(self) -> bool
pub const fn are_all_fields(self) -> bool
Returns true
if it all the fields are set.
Source§impl DrumFrame8
§CY
single field operations
impl DrumFrame8
§CY
single field operations
Sourcepub const fn with_field_cy() -> Self
pub const fn with_field_cy() -> Self
Returns a new DrumFrame8
with CY
field set.
Sourcepub const fn is_field_cy(self) -> bool
pub const fn is_field_cy(self) -> bool
Whether the CY
field is set.
Sourcepub const fn bits_field_cy(self) -> u32 ⓘ
pub const fn bits_field_cy(self) -> u32 ⓘ
The size in bits of the CY
field.
Sourcepub const fn get_field_cy(self) -> Self
pub const fn get_field_cy(self) -> Self
A copy of self
with only the bits of CY
field.
Sourcepub const fn set_field_cy(self) -> Self
pub const fn set_field_cy(self) -> Self
A copy of self
with the CY
field set.
Sourcepub fn mut_set_field_cy(&mut self)
pub fn mut_set_field_cy(&mut self)
Sets the CY
field.
Sourcepub const fn get_field_value_cy(self) -> Self
pub const fn get_field_value_cy(self) -> Self
The value at the bit range of CY
field.
Sourcepub const fn set_field_value_cy(self, value: u8) -> Self
pub const fn set_field_value_cy(self, value: u8) -> Self
Sets the value
into the bitrange of CY
field.
Sourcepub const fn unset_field_cy(self) -> Self
pub const fn unset_field_cy(self) -> Self
A copy of self
with the CY
field set.
Sourcepub fn mut_unset_field_cy(&mut self)
pub fn mut_unset_field_cy(&mut self)
Unsets the CY
field.
Sourcepub const fn flip_field_cy(self) -> Self
pub const fn flip_field_cy(self) -> Self
Returns a copy of self
with the CY
field flipped.
Sourcepub fn mut_flip_field_cy(&mut self)
pub fn mut_flip_field_cy(&mut self)
Flips the CY
field.
Source§impl DrumFrame8
§CH
single field operations
impl DrumFrame8
§CH
single field operations
Sourcepub const fn with_field_ch() -> Self
pub const fn with_field_ch() -> Self
Returns a new DrumFrame8
with CH
field set.
Sourcepub const fn is_field_ch(self) -> bool
pub const fn is_field_ch(self) -> bool
Whether the CH
field is set.
Sourcepub const fn bits_field_ch(self) -> u32 ⓘ
pub const fn bits_field_ch(self) -> u32 ⓘ
The size in bits of the CH
field.
Sourcepub const fn get_field_ch(self) -> Self
pub const fn get_field_ch(self) -> Self
A copy of self
with only the bits of CH
field.
Sourcepub const fn set_field_ch(self) -> Self
pub const fn set_field_ch(self) -> Self
A copy of self
with the CH
field set.
Sourcepub fn mut_set_field_ch(&mut self)
pub fn mut_set_field_ch(&mut self)
Sets the CH
field.
Sourcepub const fn get_field_value_ch(self) -> Self
pub const fn get_field_value_ch(self) -> Self
The value at the bit range of CH
field.
Sourcepub const fn set_field_value_ch(self, value: u8) -> Self
pub const fn set_field_value_ch(self, value: u8) -> Self
Sets the value
into the bitrange of CH
field.
Sourcepub const fn unset_field_ch(self) -> Self
pub const fn unset_field_ch(self) -> Self
A copy of self
with the CH
field set.
Sourcepub fn mut_unset_field_ch(&mut self)
pub fn mut_unset_field_ch(&mut self)
Unsets the CH
field.
Sourcepub const fn flip_field_ch(self) -> Self
pub const fn flip_field_ch(self) -> Self
Returns a copy of self
with the CH
field flipped.
Sourcepub fn mut_flip_field_ch(&mut self)
pub fn mut_flip_field_ch(&mut self)
Flips the CH
field.
Source§impl DrumFrame8
§OH
single field operations
impl DrumFrame8
§OH
single field operations
Sourcepub const fn with_field_oh() -> Self
pub const fn with_field_oh() -> Self
Returns a new DrumFrame8
with OH
field set.
Sourcepub const fn is_field_oh(self) -> bool
pub const fn is_field_oh(self) -> bool
Whether the OH
field is set.
Sourcepub const fn bits_field_oh(self) -> u32 ⓘ
pub const fn bits_field_oh(self) -> u32 ⓘ
The size in bits of the OH
field.
Sourcepub const fn get_field_oh(self) -> Self
pub const fn get_field_oh(self) -> Self
A copy of self
with only the bits of OH
field.
Sourcepub const fn set_field_oh(self) -> Self
pub const fn set_field_oh(self) -> Self
A copy of self
with the OH
field set.
Sourcepub fn mut_set_field_oh(&mut self)
pub fn mut_set_field_oh(&mut self)
Sets the OH
field.
Sourcepub const fn get_field_value_oh(self) -> Self
pub const fn get_field_value_oh(self) -> Self
The value at the bit range of OH
field.
Sourcepub const fn set_field_value_oh(self, value: u8) -> Self
pub const fn set_field_value_oh(self, value: u8) -> Self
Sets the value
into the bitrange of OH
field.
Sourcepub const fn unset_field_oh(self) -> Self
pub const fn unset_field_oh(self) -> Self
A copy of self
with the OH
field set.
Sourcepub fn mut_unset_field_oh(&mut self)
pub fn mut_unset_field_oh(&mut self)
Unsets the OH
field.
Sourcepub const fn flip_field_oh(self) -> Self
pub const fn flip_field_oh(self) -> Self
Returns a copy of self
with the OH
field flipped.
Sourcepub fn mut_flip_field_oh(&mut self)
pub fn mut_flip_field_oh(&mut self)
Flips the OH
field.
Source§impl DrumFrame8
§BD
single field operations
impl DrumFrame8
§BD
single field operations
Sourcepub const fn with_field_bd() -> Self
pub const fn with_field_bd() -> Self
Returns a new DrumFrame8
with BD
field set.
Sourcepub const fn is_field_bd(self) -> bool
pub const fn is_field_bd(self) -> bool
Whether the BD
field is set.
Sourcepub const fn bits_field_bd(self) -> u32 ⓘ
pub const fn bits_field_bd(self) -> u32 ⓘ
The size in bits of the BD
field.
Sourcepub const fn get_field_bd(self) -> Self
pub const fn get_field_bd(self) -> Self
A copy of self
with only the bits of BD
field.
Sourcepub const fn set_field_bd(self) -> Self
pub const fn set_field_bd(self) -> Self
A copy of self
with the BD
field set.
Sourcepub fn mut_set_field_bd(&mut self)
pub fn mut_set_field_bd(&mut self)
Sets the BD
field.
Sourcepub const fn get_field_value_bd(self) -> Self
pub const fn get_field_value_bd(self) -> Self
The value at the bit range of BD
field.
Sourcepub const fn set_field_value_bd(self, value: u8) -> Self
pub const fn set_field_value_bd(self, value: u8) -> Self
Sets the value
into the bitrange of BD
field.
Sourcepub const fn unset_field_bd(self) -> Self
pub const fn unset_field_bd(self) -> Self
A copy of self
with the BD
field set.
Sourcepub fn mut_unset_field_bd(&mut self)
pub fn mut_unset_field_bd(&mut self)
Unsets the BD
field.
Sourcepub const fn flip_field_bd(self) -> Self
pub const fn flip_field_bd(self) -> Self
Returns a copy of self
with the BD
field flipped.
Sourcepub fn mut_flip_field_bd(&mut self)
pub fn mut_flip_field_bd(&mut self)
Flips the BD
field.
Source§impl DrumFrame8
§SD
single field operations
impl DrumFrame8
§SD
single field operations
Sourcepub const fn with_field_sd() -> Self
pub const fn with_field_sd() -> Self
Returns a new DrumFrame8
with SD
field set.
Sourcepub const fn is_field_sd(self) -> bool
pub const fn is_field_sd(self) -> bool
Whether the SD
field is set.
Sourcepub const fn bits_field_sd(self) -> u32 ⓘ
pub const fn bits_field_sd(self) -> u32 ⓘ
The size in bits of the SD
field.
Sourcepub const fn get_field_sd(self) -> Self
pub const fn get_field_sd(self) -> Self
A copy of self
with only the bits of SD
field.
Sourcepub const fn set_field_sd(self) -> Self
pub const fn set_field_sd(self) -> Self
A copy of self
with the SD
field set.
Sourcepub fn mut_set_field_sd(&mut self)
pub fn mut_set_field_sd(&mut self)
Sets the SD
field.
Sourcepub const fn get_field_value_sd(self) -> Self
pub const fn get_field_value_sd(self) -> Self
The value at the bit range of SD
field.
Sourcepub const fn set_field_value_sd(self, value: u8) -> Self
pub const fn set_field_value_sd(self, value: u8) -> Self
Sets the value
into the bitrange of SD
field.
Sourcepub const fn unset_field_sd(self) -> Self
pub const fn unset_field_sd(self) -> Self
A copy of self
with the SD
field set.
Sourcepub fn mut_unset_field_sd(&mut self)
pub fn mut_unset_field_sd(&mut self)
Unsets the SD
field.
Sourcepub const fn flip_field_sd(self) -> Self
pub const fn flip_field_sd(self) -> Self
Returns a copy of self
with the SD
field flipped.
Sourcepub fn mut_flip_field_sd(&mut self)
pub fn mut_flip_field_sd(&mut self)
Flips the SD
field.
Source§impl DrumFrame8
§LT
single field operations
impl DrumFrame8
§LT
single field operations
Sourcepub const fn with_field_lt() -> Self
pub const fn with_field_lt() -> Self
Returns a new DrumFrame8
with LT
field set.
Sourcepub const fn is_field_lt(self) -> bool
pub const fn is_field_lt(self) -> bool
Whether the LT
field is set.
Sourcepub const fn bits_field_lt(self) -> u32 ⓘ
pub const fn bits_field_lt(self) -> u32 ⓘ
The size in bits of the LT
field.
Sourcepub const fn get_field_lt(self) -> Self
pub const fn get_field_lt(self) -> Self
A copy of self
with only the bits of LT
field.
Sourcepub const fn set_field_lt(self) -> Self
pub const fn set_field_lt(self) -> Self
A copy of self
with the LT
field set.
Sourcepub fn mut_set_field_lt(&mut self)
pub fn mut_set_field_lt(&mut self)
Sets the LT
field.
Sourcepub const fn get_field_value_lt(self) -> Self
pub const fn get_field_value_lt(self) -> Self
The value at the bit range of LT
field.
Sourcepub const fn set_field_value_lt(self, value: u8) -> Self
pub const fn set_field_value_lt(self, value: u8) -> Self
Sets the value
into the bitrange of LT
field.
Sourcepub const fn unset_field_lt(self) -> Self
pub const fn unset_field_lt(self) -> Self
A copy of self
with the LT
field set.
Sourcepub fn mut_unset_field_lt(&mut self)
pub fn mut_unset_field_lt(&mut self)
Unsets the LT
field.
Sourcepub const fn flip_field_lt(self) -> Self
pub const fn flip_field_lt(self) -> Self
Returns a copy of self
with the LT
field flipped.
Sourcepub fn mut_flip_field_lt(&mut self)
pub fn mut_flip_field_lt(&mut self)
Flips the LT
field.
Source§impl DrumFrame8
§CPS
single field operations
impl DrumFrame8
§CPS
single field operations
Sourcepub const fn with_field_cps() -> Self
pub const fn with_field_cps() -> Self
Returns a new DrumFrame8
with CPS
field set.
Sourcepub const fn is_field_cps(self) -> bool
pub const fn is_field_cps(self) -> bool
Whether the CPS
field is set.
Sourcepub const fn bits_field_cps(self) -> u32 ⓘ
pub const fn bits_field_cps(self) -> u32 ⓘ
The size in bits of the CPS
field.
Sourcepub const fn get_field_cps(self) -> Self
pub const fn get_field_cps(self) -> Self
A copy of self
with only the bits of CPS
field.
Sourcepub const fn set_field_cps(self) -> Self
pub const fn set_field_cps(self) -> Self
A copy of self
with the CPS
field set.
Sourcepub fn mut_set_field_cps(&mut self)
pub fn mut_set_field_cps(&mut self)
Sets the CPS
field.
Sourcepub const fn get_field_value_cps(self) -> Self
pub const fn get_field_value_cps(self) -> Self
The value at the bit range of CPS
field.
Sourcepub const fn set_field_value_cps(self, value: u8) -> Self
pub const fn set_field_value_cps(self, value: u8) -> Self
Sets the value
into the bitrange of CPS
field.
Sourcepub const fn unset_field_cps(self) -> Self
pub const fn unset_field_cps(self) -> Self
A copy of self
with the CPS
field set.
Sourcepub fn mut_unset_field_cps(&mut self)
pub fn mut_unset_field_cps(&mut self)
Unsets the CPS
field.
Sourcepub const fn flip_field_cps(self) -> Self
pub const fn flip_field_cps(self) -> Self
Returns a copy of self
with the CPS
field flipped.
Sourcepub fn mut_flip_field_cps(&mut self)
pub fn mut_flip_field_cps(&mut self)
Flips the CPS
field.
Source§impl DrumFrame8
§CB
single field operations
impl DrumFrame8
§CB
single field operations
Sourcepub const fn with_field_cb() -> Self
pub const fn with_field_cb() -> Self
Returns a new DrumFrame8
with CB
field set.
Sourcepub const fn is_field_cb(self) -> bool
pub const fn is_field_cb(self) -> bool
Whether the CB
field is set.
Sourcepub const fn bits_field_cb(self) -> u32 ⓘ
pub const fn bits_field_cb(self) -> u32 ⓘ
The size in bits of the CB
field.
Sourcepub const fn get_field_cb(self) -> Self
pub const fn get_field_cb(self) -> Self
A copy of self
with only the bits of CB
field.
Sourcepub const fn set_field_cb(self) -> Self
pub const fn set_field_cb(self) -> Self
A copy of self
with the CB
field set.
Sourcepub fn mut_set_field_cb(&mut self)
pub fn mut_set_field_cb(&mut self)
Sets the CB
field.
Sourcepub const fn get_field_value_cb(self) -> Self
pub const fn get_field_value_cb(self) -> Self
The value at the bit range of CB
field.
Sourcepub const fn set_field_value_cb(self, value: u8) -> Self
pub const fn set_field_value_cb(self, value: u8) -> Self
Sets the value
into the bitrange of CB
field.
Sourcepub const fn unset_field_cb(self) -> Self
pub const fn unset_field_cb(self) -> Self
A copy of self
with the CB
field set.
Sourcepub fn mut_unset_field_cb(&mut self)
pub fn mut_unset_field_cb(&mut self)
Unsets the CB
field.
Sourcepub const fn flip_field_cb(self) -> Self
pub const fn flip_field_cb(self) -> Self
Returns a copy of self
with the CB
field flipped.
Sourcepub fn mut_flip_field_cb(&mut self)
pub fn mut_flip_field_cb(&mut self)
Flips the CB
field.
Source§impl DrumFrame8
§CYMBALS
single field operations
impl DrumFrame8
§CYMBALS
single field operations
Sourcepub const fn with_field_cymbals() -> Self
pub const fn with_field_cymbals() -> Self
Returns a new DrumFrame8
with CYMBALS
field set.
Sourcepub const fn is_field_cymbals(self) -> bool
pub const fn is_field_cymbals(self) -> bool
Whether the CYMBALS
field is set.
Sourcepub const fn bits_field_cymbals(self) -> u32 ⓘ
pub const fn bits_field_cymbals(self) -> u32 ⓘ
The size in bits of the CYMBALS
field.
Sourcepub const fn get_field_cymbals(self) -> Self
pub const fn get_field_cymbals(self) -> Self
A copy of self
with only the bits of CYMBALS
field.
Sourcepub const fn set_field_cymbals(self) -> Self
pub const fn set_field_cymbals(self) -> Self
A copy of self
with the CYMBALS
field set.
Sourcepub fn mut_set_field_cymbals(&mut self)
pub fn mut_set_field_cymbals(&mut self)
Sets the CYMBALS
field.
Sourcepub const fn get_field_value_cymbals(self) -> Self
pub const fn get_field_value_cymbals(self) -> Self
The value at the bit range of CYMBALS
field.
Sourcepub const fn set_field_value_cymbals(self, value: u8) -> Self
pub const fn set_field_value_cymbals(self, value: u8) -> Self
Sets the value
into the bitrange of CYMBALS
field.
Sourcepub const fn unset_field_cymbals(self) -> Self
pub const fn unset_field_cymbals(self) -> Self
A copy of self
with the CYMBALS
field set.
Sourcepub fn mut_unset_field_cymbals(&mut self)
pub fn mut_unset_field_cymbals(&mut self)
Unsets the CYMBALS
field.
Sourcepub const fn flip_field_cymbals(self) -> Self
pub const fn flip_field_cymbals(self) -> Self
Returns a copy of self
with the CYMBALS
field flipped.
Sourcepub fn mut_flip_field_cymbals(&mut self)
pub fn mut_flip_field_cymbals(&mut self)
Flips the CYMBALS
field.
Source§impl DrumFrame8
§DRUMS
single field operations
impl DrumFrame8
§DRUMS
single field operations
Sourcepub const fn with_field_drums() -> Self
pub const fn with_field_drums() -> Self
Returns a new DrumFrame8
with DRUMS
field set.
Sourcepub const fn is_field_drums(self) -> bool
pub const fn is_field_drums(self) -> bool
Whether the DRUMS
field is set.
Sourcepub const fn bits_field_drums(self) -> u32 ⓘ
pub const fn bits_field_drums(self) -> u32 ⓘ
The size in bits of the DRUMS
field.
Sourcepub const fn get_field_drums(self) -> Self
pub const fn get_field_drums(self) -> Self
A copy of self
with only the bits of DRUMS
field.
Sourcepub const fn set_field_drums(self) -> Self
pub const fn set_field_drums(self) -> Self
A copy of self
with the DRUMS
field set.
Sourcepub fn mut_set_field_drums(&mut self)
pub fn mut_set_field_drums(&mut self)
Sets the DRUMS
field.
Sourcepub const fn get_field_value_drums(self) -> Self
pub const fn get_field_value_drums(self) -> Self
The value at the bit range of DRUMS
field.
Sourcepub const fn set_field_value_drums(self, value: u8) -> Self
pub const fn set_field_value_drums(self, value: u8) -> Self
Sets the value
into the bitrange of DRUMS
field.
Sourcepub const fn unset_field_drums(self) -> Self
pub const fn unset_field_drums(self) -> Self
A copy of self
with the DRUMS
field set.
Sourcepub fn mut_unset_field_drums(&mut self)
pub fn mut_unset_field_drums(&mut self)
Unsets the DRUMS
field.
Sourcepub const fn flip_field_drums(self) -> Self
pub const fn flip_field_drums(self) -> Self
Returns a copy of self
with the DRUMS
field flipped.
Sourcepub fn mut_flip_field_drums(&mut self)
pub fn mut_flip_field_drums(&mut self)
Flips the DRUMS
field.
Source§impl DrumFrame8
§TOMS
single field operations
impl DrumFrame8
§TOMS
single field operations
Sourcepub const fn with_field_toms() -> Self
pub const fn with_field_toms() -> Self
Returns a new DrumFrame8
with TOMS
field set.
Sourcepub const fn is_field_toms(self) -> bool
pub const fn is_field_toms(self) -> bool
Whether the TOMS
field is set.
Sourcepub const fn bits_field_toms(self) -> u32 ⓘ
pub const fn bits_field_toms(self) -> u32 ⓘ
The size in bits of the TOMS
field.
Sourcepub const fn get_field_toms(self) -> Self
pub const fn get_field_toms(self) -> Self
A copy of self
with only the bits of TOMS
field.
Sourcepub const fn set_field_toms(self) -> Self
pub const fn set_field_toms(self) -> Self
A copy of self
with the TOMS
field set.
Sourcepub fn mut_set_field_toms(&mut self)
pub fn mut_set_field_toms(&mut self)
Sets the TOMS
field.
Sourcepub const fn get_field_value_toms(self) -> Self
pub const fn get_field_value_toms(self) -> Self
The value at the bit range of TOMS
field.
Sourcepub const fn set_field_value_toms(self, value: u8) -> Self
pub const fn set_field_value_toms(self, value: u8) -> Self
Sets the value
into the bitrange of TOMS
field.
Sourcepub const fn unset_field_toms(self) -> Self
pub const fn unset_field_toms(self) -> Self
A copy of self
with the TOMS
field set.
Sourcepub fn mut_unset_field_toms(&mut self)
pub fn mut_unset_field_toms(&mut self)
Unsets the TOMS
field.
Sourcepub const fn flip_field_toms(self) -> Self
pub const fn flip_field_toms(self) -> Self
Returns a copy of self
with the TOMS
field flipped.
Sourcepub fn mut_flip_field_toms(&mut self)
pub fn mut_flip_field_toms(&mut self)
Flips the TOMS
field.
Source§impl DrumFrame8
§AUXILIARY
single field operations
impl DrumFrame8
§AUXILIARY
single field operations
Sourcepub const fn with_field_auxiliary() -> Self
pub const fn with_field_auxiliary() -> Self
Returns a new DrumFrame8
with AUXILIARY
field set.
Sourcepub const fn is_field_auxiliary(self) -> bool
pub const fn is_field_auxiliary(self) -> bool
Whether the AUXILIARY
field is set.
Sourcepub const fn bits_field_auxiliary(self) -> u32 ⓘ
pub const fn bits_field_auxiliary(self) -> u32 ⓘ
The size in bits of the AUXILIARY
field.
Sourcepub const fn get_field_auxiliary(self) -> Self
pub const fn get_field_auxiliary(self) -> Self
A copy of self
with only the bits of AUXILIARY
field.
Sourcepub const fn set_field_auxiliary(self) -> Self
pub const fn set_field_auxiliary(self) -> Self
A copy of self
with the AUXILIARY
field set.
Sourcepub fn mut_set_field_auxiliary(&mut self)
pub fn mut_set_field_auxiliary(&mut self)
Sets the AUXILIARY
field.
Sourcepub const fn get_field_value_auxiliary(self) -> Self
pub const fn get_field_value_auxiliary(self) -> Self
The value at the bit range of AUXILIARY
field.
Sourcepub const fn set_field_value_auxiliary(self, value: u8) -> Self
pub const fn set_field_value_auxiliary(self, value: u8) -> Self
Sets the value
into the bitrange of AUXILIARY
field.
Sourcepub const fn unset_field_auxiliary(self) -> Self
pub const fn unset_field_auxiliary(self) -> Self
A copy of self
with the AUXILIARY
field set.
Sourcepub fn mut_unset_field_auxiliary(&mut self)
pub fn mut_unset_field_auxiliary(&mut self)
Unsets the AUXILIARY
field.
Sourcepub const fn flip_field_auxiliary(self) -> Self
pub const fn flip_field_auxiliary(self) -> Self
Returns a copy of self
with the AUXILIARY
field flipped.
Sourcepub fn mut_flip_field_auxiliary(&mut self)
pub fn mut_flip_field_auxiliary(&mut self)
Flips the AUXILIARY
field.
Source§impl DrumFrame8
§General bits manipulation functionality
impl DrumFrame8
§General bits manipulation functionality
Sourcepub const fn new_zeroed() -> Self
pub const fn new_zeroed() -> Self
Returns self with all bits set to 0.
Sourcepub const fn count_ones(&self) -> u32 ⓘ
pub const fn count_ones(&self) -> u32 ⓘ
The number of bits set (number of ones).
Sourcepub const fn count_zeros(&self) -> u32 ⓘ
pub const fn count_zeros(&self) -> u32 ⓘ
The number of bits unset (number of zeros).
Sourcepub const fn is_bit_set(self, index: u32) -> bool
pub const fn is_bit_set(self, index: u32) -> bool
Sourcepub const fn is_checked_bit_set(
self,
index: u32,
) -> Result<bool, MismatchedBounds> ⓘ
pub const fn is_checked_bit_set( self, index: u32, ) -> Result<bool, MismatchedBounds> ⓘ
Sourcepub const fn get_bit(self, index: u32) -> Self
pub const fn get_bit(self, index: u32) -> Self
Returns a copy of self
with only the value of the bit at index
.
§Panics
Panics in debug if index > MAX_BIT
.
Sourcepub const fn get_checked_bit(self, index: u32) -> Result<Self, MismatchedBounds> ⓘ
pub const fn get_checked_bit(self, index: u32) -> Result<Self, MismatchedBounds> ⓘ
Returns a copy of self
with only the value of the bit at index
, checked.
§Errors
Returns IndexOutOfBounds
if index > MAX_BIT
.
Sourcepub const fn get_shifted_bit(self, index: u32) -> Self
pub const fn get_shifted_bit(self, index: u32) -> Self
Returns a copy of self
with only the value of the bit at index
shifted.
§Panics
Panics in debug if index > MAX_BIT
.
Sourcepub const fn get_shifted_checked_bit(
self,
index: u32,
) -> Result<Self, MismatchedBounds> ⓘ
pub const fn get_shifted_checked_bit( self, index: u32, ) -> Result<Self, MismatchedBounds> ⓘ
Returns a copy of self
with only the value of the bit at index
shifted, checked.
§Errors
Returns IndexOutOfBounds
if index > MAX_BIT
.
Sourcepub const fn set_checked_bit(self, index: u32) -> Result<Self, MismatchedBounds> ⓘ
pub const fn set_checked_bit(self, index: u32) -> Result<Self, MismatchedBounds> ⓘ
Returns a copy of self
setting the bit at index
, checked.
§Errors
Returns IndexOutOfBounds
if index > MAX_BIT
.
Sourcepub fn mut_set_bit(&mut self, index: u32)
pub fn mut_set_bit(&mut self, index: u32)
Sourcepub fn mut_set_checked_bit(
&mut self,
index: u32,
) -> Result<(), MismatchedBounds> ⓘ
pub fn mut_set_checked_bit( &mut self, index: u32, ) -> Result<(), MismatchedBounds> ⓘ
Sourcepub const fn unset_checked_bit(
self,
index: u32,
) -> Result<Self, MismatchedBounds> ⓘ
pub const fn unset_checked_bit( self, index: u32, ) -> Result<Self, MismatchedBounds> ⓘ
Returns a copy of self
unsetting the bit at index
, checked.
§Errors
Returns IndexOutOfBounds
if index > MAX_BIT
.
Sourcepub fn mut_unset_bit(&mut self, index: u32)
pub fn mut_unset_bit(&mut self, index: u32)
Sourcepub fn mut_unset_checked_bit(
&mut self,
index: u32,
) -> Result<(), MismatchedBounds> ⓘ
pub fn mut_unset_checked_bit( &mut self, index: u32, ) -> Result<(), MismatchedBounds> ⓘ
Sourcepub const fn flip_checked_bit(
self,
index: u32,
) -> Result<Self, MismatchedBounds> ⓘ
pub const fn flip_checked_bit( self, index: u32, ) -> Result<Self, MismatchedBounds> ⓘ
Returns a copy of self
flipping the bit at index
, checked.
§Errors
Returns IndexOutOfBounds
if index > MAX_BIT
.
Sourcepub fn mut_flip_bit(&mut self, index: u32)
pub fn mut_flip_bit(&mut self, index: u32)
Sourcepub fn mut_flip_checked_bit(
&mut self,
index: u32,
) -> Result<(), MismatchedBounds> ⓘ
pub fn mut_flip_checked_bit( &mut self, index: u32, ) -> Result<(), MismatchedBounds> ⓘ
Flips the bit at index
, checked.
Source§impl DrumFrame8
§Bit ranges
impl DrumFrame8
§Bit ranges
Sourcepub const fn mask_range(start: u32, end: u32) -> Self
pub const fn mask_range(start: u32, end: u32) -> Self
Returns a new bitmask of 1s from the [start..=end]
range.
Sets the rest of the bits to 0.
§Panics
Panics if start >= BITS || end >= BITS || start > end
.
Sourcepub const fn mask_checked_range(
start: u32,
end: u32,
) -> Result<Self, MismatchedBounds> ⓘ
pub const fn mask_checked_range( start: u32, end: u32, ) -> Result<Self, MismatchedBounds> ⓘ
Returns a new bitmask of ones from the [start..=end]
checked range.
Sets the rest of the bits to 0.
§Errors
Returns IndexOutOfBounds
if start > MAX_BIT || end > MAX_BIT
,
or MismatchedIndices
if start > end
.
Sourcepub const fn get_range(self, start: u32, end: u32) -> Self
pub const fn get_range(self, start: u32, end: u32) -> Self
Gets a copy of self
with only the bits from the [start..=end]
range.
§Panics
Panics in debug if start > MAX_BIT || end > MAX_BIT
or if start > end
.
Sourcepub const fn get_checked_range(
self,
start: u32,
end: u32,
) -> Result<Self, MismatchedBounds> ⓘ
pub const fn get_checked_range( self, start: u32, end: u32, ) -> Result<Self, MismatchedBounds> ⓘ
Gets a copy of self
with only the bits from the [start..=end]
checked range.
§Errors
Returns IndexOutOfBounds
if start > MAX_BIT || end > MAX_BIT
,
or MismatchedIndices
if start > end
.
Sourcepub const fn get_value_range(self, start: u32, end: u32) -> Self
pub const fn get_value_range(self, start: u32, end: u32) -> Self
Gets the value of the bits in from the [start..=end]
range.
§Panics
Panics if start >= BITS || end >= BITS || start > end
.
Sourcepub const fn get_value_checked_range(
self,
start: u32,
end: u32,
) -> Result<Self, MismatchedBounds> ⓘ
pub const fn get_value_checked_range( self, start: u32, end: u32, ) -> Result<Self, MismatchedBounds> ⓘ
Gets the value of the bits from the [start..=end]
checked range.
Sets the rest of the bits to 0.
The bits in the specified range are shifted rightwards so that the least significant bit (LSB) aligns with the units place, forming the integer value.
§Errors
Returns IndexOutOfBounds
if start >= BITS || end >= BITS
,
MismatchedIndices
if start > end
, and
DataOverflow
if value
does not fit within the specified bit range.
Sourcepub const fn set_range(self, start: u32, end: u32) -> Self
pub const fn set_range(self, start: u32, end: u32) -> Self
Get a copy of self
with bits set to 1 from the [start..=end]
range.
§Panics
Panics in debug if start > MAX_BIT || end > MAX_BIT
or if start > end
.
Sourcepub const fn set_checked_range(
self,
start: u32,
end: u32,
) -> Result<Self, MismatchedBounds> ⓘ
pub const fn set_checked_range( self, start: u32, end: u32, ) -> Result<Self, MismatchedBounds> ⓘ
Get a copy of self
with bits set to 1 from the [start..=end]
checked range.
§Errors
Returns IndexOutOfBounds
if start > MAX_BIT || end > MAX_BIT
,
or MismatchedIndices
if start > end
.
Sourcepub fn mut_set_range(&mut self, start: u32, end: u32)
pub fn mut_set_range(&mut self, start: u32, end: u32)
Sets the bits from the [start..=end]
range.
§Panics
Panics in debug if start > MAX_BIT || end > MAX_BIT
or if start > end
.
Sourcepub fn mut_set_checked_range(
&mut self,
start: u32,
end: u32,
) -> Result<(), MismatchedBounds> ⓘ
pub fn mut_set_checked_range( &mut self, start: u32, end: u32, ) -> Result<(), MismatchedBounds> ⓘ
Sets the bits from the [start..=end]
checked range.
§Errors
Returns IndexOutOfBounds
if start > MAX_BIT || end > MAX_BIT
,
or MismatchedIndices
if start > end
.
Sourcepub const fn set_value_range(self, value: u8, start: u32, end: u32) -> Self
pub const fn set_value_range(self, value: u8, start: u32, end: u32) -> Self
Gets a copy of self
with the given value
set into the [start..=end]
range.
Leaves the rest of the bits unchanged.
The value is first masked to fit the size of the range, and then
it is inserted into the specified bit range of self
, replacing
the existing bits in that range. The rest of the bits in self
remain unchanged.
§Panics
Panics if start >= BITS || end >= BITS || start > end
.
Sourcepub const fn set_value_checked_range(
self,
value: u8,
start: u32,
end: u32,
) -> Result<Self, MismatchedBounds> ⓘ
pub const fn set_value_checked_range( self, value: u8, start: u32, end: u32, ) -> Result<Self, MismatchedBounds> ⓘ
Gets a copy of self
with the given value
set into the [start..=end]
checked range.
Leaves the rest of the bits unchanged.
§Errors
Returns IndexOutOfBounds
if start >= BITS || end >= BITS
and MismatchedIndices
if start > end
.
Sourcepub const fn set_checked_value_checked_range(
self,
value: u8,
start: u32,
end: u32,
) -> Result<Self, MismatchedBounds> ⓘ
pub const fn set_checked_value_checked_range( self, value: u8, start: u32, end: u32, ) -> Result<Self, MismatchedBounds> ⓘ
Gets a copy of self
with the given checked value
set into the [start..=end]
checked range.
Leaves the rest of the bits unchanged.
§Errors
Returns IndexOutOfBounds
if start >= BITS || end >= BITS
,
MismatchedIndices
if start > end
, and
DataOverflow
if value
does not fit within the specified bit range.
Sourcepub fn mut_set_value_range(&mut self, value: u8, start: u32, end: u32)
pub fn mut_set_value_range(&mut self, value: u8, start: u32, end: u32)
Sets the given value
into the [start..=end]
range.
Sets the bits from the [start..=end]
range.
§Panics
Panics in debug if start > MAX_BIT || end > MAX_BIT
or if start > end
.
Sourcepub fn mut_set_value_checked_range(
&mut self,
value: u8,
start: u32,
end: u32,
) -> Result<(), MismatchedBounds> ⓘ
pub fn mut_set_value_checked_range( &mut self, value: u8, start: u32, end: u32, ) -> Result<(), MismatchedBounds> ⓘ
Sets the given value
into the [start..=end]
checked range.
§Errors
Returns IndexOutOfBounds
if start > MAX_BIT || end > MAX_BIT
and
MismatchedIndices
if start > end
.
Sourcepub fn mut_set_checked_value_checked_range(
&mut self,
value: u8,
start: u32,
end: u32,
) -> Result<(), MismatchedBounds> ⓘ
pub fn mut_set_checked_value_checked_range( &mut self, value: u8, start: u32, end: u32, ) -> Result<(), MismatchedBounds> ⓘ
Sets the given checked value
into the [start..=end]
checked range.
§Errors
Returns IndexOutOfBounds
if start > MAX_BIT || end > MAX_BIT
,
MismatchedIndices
if start > end
, and
DataOverflow
if value
does not fit within the specified bit range.
Sourcepub const fn unset_range(self, start: u32, end: u32) -> Self
pub const fn unset_range(self, start: u32, end: u32) -> Self
Returns a copy of self
with unset bits to 0 from the [start..=end]
range.
§Panics
Panics in debug if start > MAX_BIT || end > MAX_BIT
or if start > end
.
Sourcepub const fn unset_checked_range(
self,
start: u32,
end: u32,
) -> Result<Self, MismatchedBounds> ⓘ
pub const fn unset_checked_range( self, start: u32, end: u32, ) -> Result<Self, MismatchedBounds> ⓘ
Returns a copy of self
with unset bits to 0 from the [start..=end]
checked range.
§Errors
Returns IndexOutOfBounds
if start > MAX_BIT || end > MAX_BIT
,
or MismatchedIndices
if start > end
.
Sourcepub fn mut_unset_range(&mut self, start: u32, end: u32)
pub fn mut_unset_range(&mut self, start: u32, end: u32)
Unsets the bits from the [start..=end]
range.
§Panics
Panics in debug if start > MAX_BIT || end > MAX_BIT
or if start > end
.
Sourcepub fn mut_unset_checked_range(
&mut self,
start: u32,
end: u32,
) -> Result<(), MismatchedBounds> ⓘ
pub fn mut_unset_checked_range( &mut self, start: u32, end: u32, ) -> Result<(), MismatchedBounds> ⓘ
Unsets the bits from the [start..=end]
checked range.
§Errors
Returns IndexOutOfBounds
if start > MAX_BIT || end > MAX_BIT
,
or MismatchedIndices
if start > end
.
Sourcepub const fn flip_range(self, start: u32, end: u32) -> Self
pub const fn flip_range(self, start: u32, end: u32) -> Self
Returns a copy of self
with flipped bits from the [start..=end]
range.
§Panics
Panics in debug if start > MAX_BIT || end > MAX_BIT
or if start > end
.
Sourcepub const fn flip_checked_range(
self,
start: u32,
end: u32,
) -> Result<Self, MismatchedBounds> ⓘ
pub const fn flip_checked_range( self, start: u32, end: u32, ) -> Result<Self, MismatchedBounds> ⓘ
Returns a copy of self
with flipped bits from the [start..=end]
checked range.
§Errors
Returns IndexOutOfBounds
if start > MAX_BIT || end > MAX_BIT
,
or MismatchedIndices
if start > end
.
Sourcepub fn mut_flip_range(&mut self, start: u32, end: u32)
pub fn mut_flip_range(&mut self, start: u32, end: u32)
Flips the bits from the [start..=end]
range.
§Panics
Panics in debug if start > MAX_BIT || end > MAX_BIT
or if start > end
.
Sourcepub fn mut_flip_checked_range(
&mut self,
start: u32,
end: u32,
) -> Result<(), MismatchedBounds> ⓘ
pub fn mut_flip_checked_range( &mut self, start: u32, end: u32, ) -> Result<(), MismatchedBounds> ⓘ
Flips the bits from the [start..=end]
checked range.
§Errors
Returns IndexOutOfBounds
if start > MAX_BIT || end > MAX_BIT
,
or MismatchedIndices
if start > end
.
Source§impl DrumFrame8
§Bit masks
impl DrumFrame8
§Bit masks
Sourcepub const fn contains_mask(self, mask: u8) -> bool
pub const fn contains_mask(self, mask: u8) -> bool
Whether self
contains all the same set bits that are set in mask
.
Sourcepub const fn contains_other(self, other: Self) -> bool
pub const fn contains_other(self, other: Self) -> bool
Whether self
contains all the same set bits that are set in other
.
Sourcepub const fn overlaps_mask(&self, mask: u8) -> bool
pub const fn overlaps_mask(&self, mask: u8) -> bool
Whether there’s at least one set bit in common between self
and mask
.
Sourcepub const fn overlaps_other(&self, other: Self) -> bool
pub const fn overlaps_other(&self, other: Self) -> bool
Whether there’s at least one set bit in common between self
and other
.
Sourcepub const fn intersect_mask(self, mask: u8) -> Self
pub const fn intersect_mask(self, mask: u8) -> Self
A copy of self
with only the bits both in self
and mask
.
Sourcepub const fn intersect_other(self, other: Self) -> Self
pub const fn intersect_other(self, other: Self) -> Self
A copy of self
with only the bits both in self
and other
.
Sourcepub fn mut_intersect_mask(&mut self, mask: u8)
pub fn mut_intersect_mask(&mut self, mask: u8)
Only leaves the bits both in self
and mask
.
Sourcepub fn mut_intersect_other(&mut self, other: Self)
pub fn mut_intersect_other(&mut self, other: Self)
Only leaves the bits both in self
and other
.
Sourcepub const fn set_mask(self, mask: u8) -> Self
pub const fn set_mask(self, mask: u8) -> Self
A copy of self
setting the bits that are set in mask
.
Sourcepub const fn set_other(self, other: Self) -> Self
pub const fn set_other(self, other: Self) -> Self
A copy of self
setting the bits that are set in other
.
Sourcepub fn mut_set_mask(&mut self, mask: u8)
pub fn mut_set_mask(&mut self, mask: u8)
Sets the bits that are set in mask
.
Sourcepub fn mut_set_other(&mut self, other: Self)
pub fn mut_set_other(&mut self, other: Self)
Sets the bits that are set in other
.
Sourcepub const fn unset_mask(self, mask: u8) -> Self
pub const fn unset_mask(self, mask: u8) -> Self
A copy of self
unsetting the bits that are set in mask
.
Sourcepub const fn unset_other(self, other: Self) -> Self
pub const fn unset_other(self, other: Self) -> Self
A copy of self
unsetting the bits that are set in other
.
Sourcepub fn mut_unset_mask(&mut self, mask: u8)
pub fn mut_unset_mask(&mut self, mask: u8)
Unsets the bits that are set in mask
.
Sourcepub fn mut_unset_other(&mut self, other: Self)
pub fn mut_unset_other(&mut self, other: Self)
Unsets the bits that are set in other
.
Sourcepub const fn flip_mask(self, mask: u8) -> Self
pub const fn flip_mask(self, mask: u8) -> Self
A copy of self
flipping the bits that are set in mask
.
Sourcepub const fn flip_other(self, other: Self) -> Self
pub const fn flip_other(self, other: Self) -> Self
Returns a copy of self
flipping the bits that are set in other
.
Sourcepub fn mut_flip_mask(&mut self, mask: u8)
pub fn mut_flip_mask(&mut self, mask: u8)
Flips the bits that are set in mask
.
Sourcepub fn mut_flip_other(&mut self, other: Self)
pub fn mut_flip_other(&mut self, other: Self)
Flips the bits that are set in other
.
Trait Implementations§
Source§impl Binary for DrumFrame8
impl Binary for DrumFrame8
Source§impl Clone for DrumFrame8
impl Clone for DrumFrame8
Source§fn clone(&self) -> DrumFrame8
fn clone(&self) -> DrumFrame8
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl Debug for DrumFrame8
impl Debug for DrumFrame8
Source§impl Default for DrumFrame8
impl Default for DrumFrame8
Source§impl Display for DrumFrame8
impl Display for DrumFrame8
Source§impl Hash for DrumFrame8
impl Hash for DrumFrame8
Source§impl LowerExp for DrumFrame8
impl LowerExp for DrumFrame8
Source§impl LowerHex for DrumFrame8
impl LowerHex for DrumFrame8
Source§impl Octal for DrumFrame8
impl Octal for DrumFrame8
Source§impl Ord for DrumFrame8
impl Ord for DrumFrame8
Source§fn cmp(&self, other: &DrumFrame8) -> Ordering
fn cmp(&self, other: &DrumFrame8) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Source§impl PartialEq for DrumFrame8
impl PartialEq for DrumFrame8
Source§impl PartialOrd for DrumFrame8
impl PartialOrd for DrumFrame8
Source§impl UpperExp for DrumFrame8
impl UpperExp for DrumFrame8
Source§impl UpperHex for DrumFrame8
impl UpperHex for DrumFrame8
impl Copy for DrumFrame8
impl Eq for DrumFrame8
impl StructuralPartialEq for DrumFrame8
Auto Trait Implementations§
impl Freeze for DrumFrame8
impl RefUnwindSafe for DrumFrame8
impl Send for DrumFrame8
impl Sync for DrumFrame8
impl Unpin for DrumFrame8
impl UnwindSafe for DrumFrame8
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
Source§impl<T> ByteSized for T
impl<T> ByteSized for T
Source§const BYTE_ALIGN: usize = _
const BYTE_ALIGN: usize = _
Source§fn byte_align(&self) -> usize
fn byte_align(&self) -> usize
Source§fn ptr_size_ratio(&self) -> [usize; 2]
fn ptr_size_ratio(&self) -> [usize; 2]
Source§impl<T, R> Chain<R> for Twhere
T: ?Sized,
impl<T, R> Chain<R> for Twhere
T: ?Sized,
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.Source§impl<T> ExtAny for T
impl<T> ExtAny for T
Source§fn type_hash_with<H: Hasher>(&self, hasher: H) -> u64
fn type_hash_with<H: Hasher>(&self, hasher: H) -> u64
TypeId
of Self
using a custom hasher.Source§fn as_any_mut(&mut self) -> &mut dyn Anywhere
Self: Sized,
fn as_any_mut(&mut self) -> &mut dyn Anywhere
Self: Sized,
Source§impl<T> ExtMem for Twhere
T: ?Sized,
impl<T> ExtMem for Twhere
T: ?Sized,
Source§const NEEDS_DROP: bool = _
const NEEDS_DROP: bool = _
Source§fn mem_align_of<T>() -> usize
fn mem_align_of<T>() -> usize
Source§fn mem_align_of_val(&self) -> usize
fn mem_align_of_val(&self) -> usize
Source§fn mem_size_of<T>() -> usize
fn mem_size_of<T>() -> usize
Source§fn mem_size_of_val(&self) -> usize
fn mem_size_of_val(&self) -> usize
Source§fn mem_needs_drop(&self) -> bool
fn mem_needs_drop(&self) -> bool
true
if dropping values of this type matters. Read moreSource§fn mem_forget(self)where
Self: Sized,
fn mem_forget(self)where
Self: Sized,
self
without running its destructor. Read moreSource§fn mem_replace(&mut self, other: Self) -> Selfwhere
Self: Sized,
fn mem_replace(&mut self, other: Self) -> Selfwhere
Self: Sized,
Source§unsafe fn mem_zeroed<T>() -> T
unsafe fn mem_zeroed<T>() -> T
unsafe_layout
only.T
represented by the all-zero byte-pattern. Read moreSource§unsafe fn mem_transmute_copy<Src, Dst>(src: &Src) -> Dst
unsafe fn mem_transmute_copy<Src, Dst>(src: &Src) -> Dst
unsafe_layout
only.T
represented by the all-zero byte-pattern. Read moreSource§fn mem_as_bytes(&self) -> &[u8] ⓘ
fn mem_as_bytes(&self) -> &[u8] ⓘ
unsafe_slice
only.§impl<S> FromSample<S> for S
impl<S> FromSample<S> for S
fn from_sample_(s: S) -> S
Source§impl<T> Hook for T
impl<T> Hook for T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
fn instrument(self, span: Span) -> Instrumented<Self> ⓘ
§fn in_current_span(self) -> Instrumented<Self> ⓘ
fn in_current_span(self) -> Instrumented<Self> ⓘ
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more