Enum rust_libretro::types::unstable::VfsSeekPosition
source · [−]#[repr(i32)]
pub enum VfsSeekPosition {
Start,
Current,
End,
}Variants
Start
Current
End
Auto Trait Implementations
impl RefUnwindSafe for VfsSeekPosition
impl Send for VfsSeekPosition
impl Sync for VfsSeekPosition
impl Unpin for VfsSeekPosition
impl UnwindSafe for VfsSeekPosition
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
