#[repr(u8)]pub enum LnmpFileMode {
Text = 1,
Binary = 2,
Stream = 3,
Delta = 4,
QuantumSafe = 5,
Embedding = 6,
Spatial = 7,
}Expand description
Supported .lnmp modes.
Variants§
Text = 1
LNMP/Text.
Binary = 2
LNMP/Binary.
Stream = 3
LNMP/Stream.
Delta = 4
LNMP/Delta.
QuantumSafe = 5
LNMP/Quantum-Safe (reserved for future use).
Embedding = 6
LNMP/Embedding.
Spatial = 7
LNMP/Spatial.
Implementations§
Trait Implementations§
Source§impl Clone for LnmpFileMode
impl Clone for LnmpFileMode
Source§fn clone(&self) -> LnmpFileMode
fn clone(&self) -> LnmpFileMode
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 LnmpFileMode
impl Debug for LnmpFileMode
Source§impl PartialEq for LnmpFileMode
impl PartialEq for LnmpFileMode
impl Copy for LnmpFileMode
impl Eq for LnmpFileMode
impl StructuralPartialEq for LnmpFileMode
Auto Trait Implementations§
impl Freeze for LnmpFileMode
impl RefUnwindSafe for LnmpFileMode
impl Send for LnmpFileMode
impl Sync for LnmpFileMode
impl Unpin for LnmpFileMode
impl UnwindSafe for LnmpFileMode
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