pub enum Usage {
Pict,
Snd,
Data,
Exec,
}
Expand description
The usage information for an IndexEntry
.
Variants§
Pict
Identifier: ‘Pict’. Indicates the resource is an image.
Snd
Identifier: ’Snd ’. Indicates the resource is a sound.
Data
Indentifier: ‘Data’. Indicates the resource is some data.
Exec
Identifier: ‘Exec’. Indicates the resource is an executable.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Usage
impl RefUnwindSafe for Usage
impl Send for Usage
impl Sync for Usage
impl Unpin for Usage
impl UnwindSafe for Usage
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