Enum azure_sdk_rust::azure::core::ba512_range::Not512ByteAlignedError
[−]
[src]
pub enum Not512ByteAlignedError { StartRange(u64), EndRange(u64), }
Variants
StartRange(u64)
EndRange(u64)
Trait Implementations
impl Debug for Not512ByteAlignedError
[src]
impl Clone for Not512ByteAlignedError
[src]
fn clone(&self) -> Not512ByteAlignedError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for Not512ByteAlignedError
[src]
fn eq(&self, __arg_0: &Not512ByteAlignedError) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Not512ByteAlignedError) -> bool
This method tests for !=
.