Enum Scandir
#[repr(u8)]pub enum Scandir {
UPWARD = 0,
BACKWARD = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Scandir
impl Ord for Scandir
§impl PartialOrd for Scandir
impl PartialOrd for Scandir
impl Copy for Scandir
impl Eq for Scandir
impl StructuralPartialEq for Scandir
Auto Trait Implementations§
impl Freeze for Scandir
impl RefUnwindSafe for Scandir
impl Send for Scandir
impl Sync for Scandir
impl Unpin for Scandir
impl UnwindSafe for Scandir
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
)