Enum magick_rust::bindings::PathType
source · #[repr(u32)]pub enum PathType {
Undefined = 0,
Magick = 1,
Root = 2,
Head = 3,
Tail = 4,
Base = 5,
Extension = 6,
Subimage = 7,
Canonical = 8,
Subcanonical = 9,
BasePathSansCompressExtension = 10,
}
Variants§
Undefined = 0
Magick = 1
Root = 2
Head = 3
Tail = 4
Base = 5
Extension = 6
Subimage = 7
Canonical = 8
Subcanonical = 9
BasePathSansCompressExtension = 10
Trait Implementations§
source§impl PartialEq for PathType
impl PartialEq for PathType
impl Copy for PathType
impl Eq for PathType
impl StructuralPartialEq for PathType
Auto Trait Implementations§
impl Freeze for PathType
impl RefUnwindSafe for PathType
impl Send for PathType
impl Sync for PathType
impl Unpin for PathType
impl UnwindSafe for PathType
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)