#[repr(u32)]pub enum WgDeviceF {
ReplacePeers = 1,
}
Variants§
ReplacePeers = 1
Trait Implementations§
impl Eq for WgDeviceF
impl StructuralPartialEq for WgDeviceF
Auto Trait Implementations§
impl Freeze for WgDeviceF
impl RefUnwindSafe for WgDeviceF
impl Send for WgDeviceF
impl Sync for WgDeviceF
impl Unpin for WgDeviceF
impl UnwindSafe for WgDeviceF
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