Enum Repeatpattern
#[repr(u8)]pub enum Repeatpattern {
Show 16 variants
NO_REPEAT = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}
Variants§
NO_REPEAT = 0
Do not repeat (1 time in total)
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
§impl Repeatpattern
impl Repeatpattern
pub const fn from_bits(val: u8) -> Repeatpattern
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for Repeatpattern
impl Clone for Repeatpattern
§fn clone(&self) -> Repeatpattern
fn clone(&self) -> Repeatpattern
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 From<u8> for Repeatpattern
impl From<u8> for Repeatpattern
§fn from(val: u8) -> Repeatpattern
fn from(val: u8) -> Repeatpattern
Converts to this type from the input type.
§impl Ord for Repeatpattern
impl Ord for Repeatpattern
§impl PartialEq for Repeatpattern
impl PartialEq for Repeatpattern
§impl PartialOrd for Repeatpattern
impl PartialOrd for Repeatpattern
impl Copy for Repeatpattern
impl Eq for Repeatpattern
impl StructuralPartialEq for Repeatpattern
Auto Trait Implementations§
impl Freeze for Repeatpattern
impl RefUnwindSafe for Repeatpattern
impl Send for Repeatpattern
impl Sync for Repeatpattern
impl Unpin for Repeatpattern
impl UnwindSafe for Repeatpattern
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)