pub struct LinuxPersonality { /* private fields */ }
Expand description
LinuxPersonality represents the Linux personality syscall input
Trait Implementations§
Source§impl Clone for LinuxPersonality
impl Clone for LinuxPersonality
Source§fn clone(&self) -> LinuxPersonality
fn clone(&self) -> LinuxPersonality
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 LinuxPersonality
impl Debug for LinuxPersonality
Source§impl Default for LinuxPersonality
impl Default for LinuxPersonality
Source§fn default() -> LinuxPersonality
fn default() -> LinuxPersonality
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LinuxPersonality
impl<'de> Deserialize<'de> for LinuxPersonality
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LinuxPersonality
impl RefUnwindSafe for LinuxPersonality
impl Send for LinuxPersonality
impl Sync for LinuxPersonality
impl Unpin for LinuxPersonality
impl UnwindSafe for LinuxPersonality
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