#[repr(i32)]pub enum SockoptResult {
Ok = 0,
Error = -1,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SockoptResult
impl RefUnwindSafe for SockoptResult
impl Send for SockoptResult
impl Sync for SockoptResult
impl Unpin for SockoptResult
impl UnwindSafe for SockoptResult
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