Struct parity_tokio_ipc::SecurityAttributes [−][src]
pub struct SecurityAttributes { /* fields omitted */ }
Socket permissions and ownership on UNIX
Implementations
impl SecurityAttributes
[src]
impl SecurityAttributes
[src]pub fn empty() -> Self
[src]
New default security attributes.
pub fn allow_everyone_connect(self) -> Result<Self>
[src]
New security attributes that allow everyone to connect.
pub fn set_mode(self, mode: u16) -> Result<Self>
[src]
Set a custom permission on the socket
pub fn allow_everyone_create() -> Result<Self>
[src]
New security attributes that allow everyone to create.