pub enum NlaType {
Show 15 variants
Flag,
U8,
U16,
U32,
U64,
S8,
S16,
S32,
S64,
Binary,
String,
NulString,
Nested,
NestedArray,
Bitfield32,
}
Variants§
Trait Implementations§
impl Copy for NlaType
impl Eq for NlaType
impl StructuralPartialEq for NlaType
Auto Trait Implementations§
impl Freeze for NlaType
impl RefUnwindSafe for NlaType
impl Send for NlaType
impl Sync for NlaType
impl Unpin for NlaType
impl UnwindSafe for NlaType
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
)