Struct rustix::event::epoll::SixtyFourBitPointer
source · #[repr(C)]struct SixtyFourBitPointer {
pointer: *mut c_void,
}
Fields§
§pointer: *mut c_void
Trait Implementations§
source§impl Clone for SixtyFourBitPointer
impl Clone for SixtyFourBitPointer
source§fn clone(&self) -> SixtyFourBitPointer
fn clone(&self) -> SixtyFourBitPointer
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 moreimpl Copy for SixtyFourBitPointer
Auto Trait Implementations§
impl Freeze for SixtyFourBitPointer
impl RefUnwindSafe for SixtyFourBitPointer
impl !Send for SixtyFourBitPointer
impl !Sync for SixtyFourBitPointer
impl Unpin for SixtyFourBitPointer
impl UnwindSafe for SixtyFourBitPointer
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