pub struct ZxioWakeGroupToken(/* private fields */);Expand description
A transparent wrapper around the zxio_wake_group_token_t bindgen type.
Implementations§
Auto Trait Implementations§
impl Freeze for ZxioWakeGroupToken
impl RefUnwindSafe for ZxioWakeGroupToken
impl Send for ZxioWakeGroupToken
impl Sync for ZxioWakeGroupToken
impl Unpin for ZxioWakeGroupToken
impl UnwindSafe for ZxioWakeGroupToken
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