#[repr(u32)]pub enum BNRemoteFileType {
RawDataFileType = 0,
BinaryViewAnalysisFileType = 1,
TypeArchiveFileType = 2,
UnknownFileType = 3,
}
Variants§
RawDataFileType = 0
“RW”
BinaryViewAnalysisFileType = 1
“BV”
TypeArchiveFileType = 2
“TA”
UnknownFileType = 3
Others
Trait Implementations§
source§impl Clone for BNRemoteFileType
impl Clone for BNRemoteFileType
source§fn clone(&self) -> BNRemoteFileType
fn clone(&self) -> BNRemoteFileType
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 moresource§impl Debug for BNRemoteFileType
impl Debug for BNRemoteFileType
source§impl Hash for BNRemoteFileType
impl Hash for BNRemoteFileType
source§impl PartialEq for BNRemoteFileType
impl PartialEq for BNRemoteFileType
impl Copy for BNRemoteFileType
impl Eq for BNRemoteFileType
impl StructuralPartialEq for BNRemoteFileType
Auto Trait Implementations§
impl Freeze for BNRemoteFileType
impl RefUnwindSafe for BNRemoteFileType
impl Send for BNRemoteFileType
impl Sync for BNRemoteFileType
impl Unpin for BNRemoteFileType
impl UnwindSafe for BNRemoteFileType
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
)