Enum screen_13::driver::DeviceOrHostAddress
source · [−]pub enum DeviceOrHostAddress {
DeviceAddress(DeviceAddress),
HostAddress,
}Variants
DeviceAddress(DeviceAddress)
HostAddress
Trait Implementations
sourceimpl Clone for DeviceOrHostAddress
impl Clone for DeviceOrHostAddress
sourcefn clone(&self) -> DeviceOrHostAddress
fn clone(&self) -> DeviceOrHostAddress
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for DeviceOrHostAddress
impl Debug for DeviceOrHostAddress
sourceimpl From<u64> for DeviceOrHostAddress
impl From<u64> for DeviceOrHostAddress
sourcefn from(device_addr: DeviceAddress) -> Self
fn from(device_addr: DeviceAddress) -> Self
Converts to this type from the input type.
sourceimpl Hash for DeviceOrHostAddress
impl Hash for DeviceOrHostAddress
sourceimpl PartialEq<DeviceOrHostAddress> for DeviceOrHostAddress
impl PartialEq<DeviceOrHostAddress> for DeviceOrHostAddress
sourcefn eq(&self, other: &DeviceOrHostAddress) -> bool
fn eq(&self, other: &DeviceOrHostAddress) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &DeviceOrHostAddress) -> bool
fn ne(&self, other: &DeviceOrHostAddress) -> bool
This method tests for !=.
impl Copy for DeviceOrHostAddress
impl Eq for DeviceOrHostAddress
impl StructuralEq for DeviceOrHostAddress
impl StructuralPartialEq for DeviceOrHostAddress
Auto Trait Implementations
impl RefUnwindSafe for DeviceOrHostAddress
impl Send for DeviceOrHostAddress
impl Sync for DeviceOrHostAddress
impl Unpin for DeviceOrHostAddress
impl UnwindSafe for DeviceOrHostAddress
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more