#[repr(transparent)]pub struct SqshXattrType(pub c_uint);Expand description
The type of an external attribute.
Tuple Fields§
§0: c_uintImplementations§
Source§impl SqshXattrType
impl SqshXattrType
pub const SQSH_XATTR_USER: SqshXattrType
Source§impl SqshXattrType
impl SqshXattrType
pub const SQSH_XATTR_TRUSTED: SqshXattrType
Source§impl SqshXattrType
impl SqshXattrType
pub const SQSH_XATTR_SECURITY: SqshXattrType
Trait Implementations§
Source§impl Clone for SqshXattrType
impl Clone for SqshXattrType
Source§fn clone(&self) -> SqshXattrType
fn clone(&self) -> SqshXattrType
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 SqshXattrType
impl Debug for SqshXattrType
Source§impl Hash for SqshXattrType
impl Hash for SqshXattrType
Source§impl PartialEq for SqshXattrType
impl PartialEq for SqshXattrType
impl Copy for SqshXattrType
impl Eq for SqshXattrType
impl StructuralPartialEq for SqshXattrType
Auto Trait Implementations§
impl Freeze for SqshXattrType
impl RefUnwindSafe for SqshXattrType
impl Send for SqshXattrType
impl Sync for SqshXattrType
impl Unpin for SqshXattrType
impl UnwindSafe for SqshXattrType
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