Enum limine_protocol::structures::file::FileType
source · [−]#[repr(u32)]
pub enum FileType {
Generic,
Optical,
TFTP,
Unknown,
}Expand description
File types
Variants
Generic
Generic file type
Optical
Optical drive
TFTP
Remote server
Unknown
Unknown
Trait Implementations
impl Eq for FileType
impl StructuralEq for FileType
impl StructuralPartialEq for FileType
Auto Trait Implementations
impl RefUnwindSafe for FileType
impl Send for FileType
impl Sync for FileType
impl Unpin for FileType
impl UnwindSafe for FileType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more