#[repr(u32)]pub enum fe_interleaving {
INTERLEAVING_NONE = 0,
INTERLEAVING_AUTO = 1,
INTERLEAVING_240 = 2,
INTERLEAVING_720 = 3,
}
Variants§
Implementations§
Source§impl fe_interleaving
impl fe_interleaving
pub const fn from_repr(discriminant: u32) -> Option<fe_interleaving>
Trait Implementations§
Source§impl Clone for fe_interleaving
impl Clone for fe_interleaving
Source§fn clone(&self) -> fe_interleaving
fn clone(&self) -> fe_interleaving
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 fe_interleaving
impl Debug for fe_interleaving
Source§impl FromStr for fe_interleaving
impl FromStr for fe_interleaving
Source§impl PartialEq for fe_interleaving
impl PartialEq for fe_interleaving
Source§impl TryFrom<&str> for fe_interleaving
impl TryFrom<&str> for fe_interleaving
impl Copy for fe_interleaving
impl Eq for fe_interleaving
impl StructuralPartialEq for fe_interleaving
Auto Trait Implementations§
impl Freeze for fe_interleaving
impl RefUnwindSafe for fe_interleaving
impl Send for fe_interleaving
impl Sync for fe_interleaving
impl Unpin for fe_interleaving
impl UnwindSafe for fe_interleaving
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