Struct azure_sdk_rust::azure::core::ba512_range::BA512Range
[−]
[src]
pub struct BA512Range { /* fields omitted */ }
Methods
impl BA512Range
[src]
fn start(&self) -> u64
fn end(&self) -> u64
fn new(start: u64, end: u64) -> Result<BA512Range, Not512ByteAlignedError>
fn size(&self) -> u64
Trait Implementations
impl Debug for BA512Range
[src]
impl Copy for BA512Range
[src]
impl Clone for BA512Range
[src]
fn clone(&self) -> BA512Range
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 BA512Range
[src]
fn eq(&self, __arg_0: &BA512Range) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &BA512Range) -> bool
This method tests for !=
.
impl Into<Range> for BA512Range
[src]
impl FromStr for BA512Range
[src]
type Err = ParseError
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<BA512Range, ParseError>
Parses a string s
to return a value of this type. Read more