pub struct Special_type(/* private fields */);
Implementations§
Source§impl Special_type
impl Special_type
pub const None: Self = _
pub const Sticky: Self = _
pub const Set_user_identifier: Self = _
pub const Set_group_identifier: Self = _
pub fn New(Sticky: bool, Set_gid: bool, Set_uid: bool) -> Self
pub fn Set_sticky(self, Sticky: bool) -> Self
pub fn Set_set_group_identifier(self, Set_gid: bool) -> Self
pub fn Set_set_user_identifier(self, Set_uid: bool) -> Self
pub const fn Get_sticky(&self) -> bool
pub const fn Get_set_group_identifier(&self) -> bool
pub const fn Get_set_user_identifier(&self) -> bool
pub const fn To_unix(&self) -> u8
pub fn From_unix(Unix: u8) -> Option<Self>
Trait Implementations§
Source§impl Clone for Special_type
impl Clone for Special_type
Source§fn clone(&self) -> Special_type
fn clone(&self) -> Special_type
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 Special_type
impl Debug for Special_type
Source§impl Display for Special_type
impl Display for Special_type
Source§impl PartialEq for Special_type
impl PartialEq for Special_type
impl Copy for Special_type
impl Eq for Special_type
impl StructuralPartialEq for Special_type
Auto Trait Implementations§
impl Freeze for Special_type
impl RefUnwindSafe for Special_type
impl Send for Special_type
impl Sync for Special_type
impl Unpin for Special_type
impl UnwindSafe for Special_type
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