#[repr(C)]pub struct sioctl_hdl { /* private fields */ }Trait Implementations§
Source§impl Clone for sioctl_hdl
impl Clone for sioctl_hdl
Source§fn clone(&self) -> sioctl_hdl
fn clone(&self) -> sioctl_hdl
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 moreSource§impl Debug for sioctl_hdl
impl Debug for sioctl_hdl
impl Copy for sioctl_hdl
Auto Trait Implementations§
impl Freeze for sioctl_hdl
impl RefUnwindSafe for sioctl_hdl
impl Send for sioctl_hdl
impl Sync for sioctl_hdl
impl Unpin for sioctl_hdl
impl UnwindSafe for sioctl_hdl
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