#[repr(u32)]pub enum section_fs_type_t {
FS_TYPE_PFS0 = 2,
FS_TYPE_ROMFS = 3,
}Variants§
Trait Implementations§
Source§impl Clone for section_fs_type_t
impl Clone for section_fs_type_t
Source§fn clone(&self) -> section_fs_type_t
fn clone(&self) -> section_fs_type_t
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 section_fs_type_t
impl Debug for section_fs_type_t
Source§impl Hash for section_fs_type_t
impl Hash for section_fs_type_t
Source§impl PartialEq for section_fs_type_t
impl PartialEq for section_fs_type_t
impl Copy for section_fs_type_t
impl Eq for section_fs_type_t
impl StructuralPartialEq for section_fs_type_t
Auto Trait Implementations§
impl Freeze for section_fs_type_t
impl RefUnwindSafe for section_fs_type_t
impl Send for section_fs_type_t
impl Sync for section_fs_type_t
impl Unpin for section_fs_type_t
impl UnwindSafe for section_fs_type_t
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