#[repr(u32)]pub enum tObjectKind {
kObjectKindFile = 70,
kObjectKindDirectory = 68,
}
Expand description
port
Variants§
Trait Implementations§
Source§impl Clone for tObjectKind
impl Clone for tObjectKind
Source§fn clone(&self) -> tObjectKind
fn clone(&self) -> tObjectKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for tObjectKind
impl Debug for tObjectKind
Source§impl Hash for tObjectKind
impl Hash for tObjectKind
Source§impl PartialEq for tObjectKind
impl PartialEq for tObjectKind
impl Copy for tObjectKind
impl Eq for tObjectKind
impl StructuralPartialEq for tObjectKind
Auto Trait Implementations§
impl Freeze for tObjectKind
impl RefUnwindSafe for tObjectKind
impl Send for tObjectKind
impl Sync for tObjectKind
impl Unpin for tObjectKind
impl UnwindSafe for tObjectKind
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