#[repr(C)]pub struct uloop_fd {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
impl Copy for uloop_fd
Auto Trait Implementations§
impl Freeze for uloop_fd
impl RefUnwindSafe for uloop_fd
impl Send for uloop_fd
impl Sync for uloop_fd
impl Unpin for uloop_fd
impl UnsafeUnpin for uloop_fd
impl UnwindSafe for uloop_fd
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