#[repr(C)]pub enum GCredentialsType {
Invalid = 0,
LinuxUcred = 1,
FreebsdCmsgcred = 2,
OpenbsdSockpeercred = 3,
SolarisUcred = 4,
NetbsdUnpcbid = 5,
}Variants§
Invalid = 0
LinuxUcred = 1
FreebsdCmsgcred = 2
OpenbsdSockpeercred = 3
SolarisUcred = 4
NetbsdUnpcbid = 5
Auto Trait Implementations§
impl Freeze for GCredentialsType
impl RefUnwindSafe for GCredentialsType
impl Send for GCredentialsType
impl Sync for GCredentialsType
impl Unpin for GCredentialsType
impl UnwindSafe for GCredentialsType
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