#[repr(u32)]pub enum DeviceAddressBindingTypeEXT {
Bind = 0,
Unbind = 1,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for DeviceAddressBindingTypeEXT
impl Clone for DeviceAddressBindingTypeEXT
Source§fn clone(&self) -> DeviceAddressBindingTypeEXT
fn clone(&self) -> DeviceAddressBindingTypeEXT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeviceAddressBindingTypeEXT
Source§impl Debug for DeviceAddressBindingTypeEXT
impl Debug for DeviceAddressBindingTypeEXT
impl Eq for DeviceAddressBindingTypeEXT
Source§impl PartialEq for DeviceAddressBindingTypeEXT
impl PartialEq for DeviceAddressBindingTypeEXT
Source§fn eq(&self, other: &DeviceAddressBindingTypeEXT) -> bool
fn eq(&self, other: &DeviceAddressBindingTypeEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeviceAddressBindingTypeEXT
Auto Trait Implementations§
impl Freeze for DeviceAddressBindingTypeEXT
impl RefUnwindSafe for DeviceAddressBindingTypeEXT
impl Send for DeviceAddressBindingTypeEXT
impl Sync for DeviceAddressBindingTypeEXT
impl Unpin for DeviceAddressBindingTypeEXT
impl UnsafeUnpin for DeviceAddressBindingTypeEXT
impl UnwindSafe for DeviceAddressBindingTypeEXT
Blanket Implementations§
impl<T> Alias<T> for T
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