Struct rustpython_vm::stdlib::errno::errors::attribute_set_t
source · #[repr(C)]pub struct attribute_set_t {
pub commonattr: u32,
pub volattr: u32,
pub dirattr: u32,
pub fileattr: u32,
pub forkattr: u32,
}
Fields§
§commonattr: u32
§volattr: u32
§dirattr: u32
§fileattr: u32
§forkattr: u32
Trait Implementations§
source§impl Clone for attribute_set_t
impl Clone for attribute_set_t
source§fn clone(&self) -> attribute_set_t
fn clone(&self) -> attribute_set_t
Returns a copy 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 attribute_set_t
impl Debug for attribute_set_t
source§impl Hash for attribute_set_t
impl Hash for attribute_set_t
source§impl PartialEq<attribute_set_t> for attribute_set_t
impl PartialEq<attribute_set_t> for attribute_set_t
source§fn eq(&self, other: &attribute_set_t) -> bool
fn eq(&self, other: &attribute_set_t) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for attribute_set_t
impl Eq for attribute_set_t
impl StructuralEq for attribute_set_t
impl StructuralPartialEq for attribute_set_t
Auto Trait Implementations§
impl RefUnwindSafe for attribute_set_t
impl Send for attribute_set_t
impl Sync for attribute_set_t
impl Unpin for attribute_set_t
impl UnwindSafe for attribute_set_t
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> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.