pub enum RawDataType {
Data = 0,
Metadata = 1,
}Expand description
enum for SubBlock.get_raw_data
Variants§
Trait Implementations§
Source§impl Clone for RawDataType
impl Clone for RawDataType
Source§fn clone(&self) -> RawDataType
fn clone(&self) -> RawDataType
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 RawDataType
impl Debug for RawDataType
Auto Trait Implementations§
impl Freeze for RawDataType
impl RefUnwindSafe for RawDataType
impl Send for RawDataType
impl Sync for RawDataType
impl Unpin for RawDataType
impl UnsafeUnpin for RawDataType
impl UnwindSafe for RawDataType
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