pub struct RaiiHandle(/* private fields */);Expand description
Same as SysHandle, but calls SysCtl::put on drop.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RaiiHandle
impl RefUnwindSafe for RaiiHandle
impl Send for RaiiHandle
impl Sync for RaiiHandle
impl Unpin for RaiiHandle
impl UnwindSafe for RaiiHandle
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