pub enum Fork {
Resource,
Data,
}Expand description
Identifies either of the two forks that can be used to store data on classic Macintosh file systems
Variants§
Resource
Identifies the resource fork that stores data in a system defined structure
Data
Identifies the data fork whose format is entirely up to the application creating it
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fork
impl RefUnwindSafe for Fork
impl Send for Fork
impl Sync for Fork
impl Unpin for Fork
impl UnwindSafe for Fork
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