Struct devicemapper::TargetLine [−][src]
One line of a device mapper table.
Fields
start: Sectors
The start of the segment
length: Sectors
The length of the segment
params: T
The target specific parameters
Methods
impl<T: TargetParams> TargetLine<T>[src]
impl<T: TargetParams> TargetLine<T>pub fn new(start: Sectors, length: Sectors, params: T) -> TargetLine<T>[src]
pub fn new(start: Sectors, length: Sectors, params: T) -> TargetLine<T>Make a new TargetLine struct
Trait Implementations
impl<T: Clone + TargetParams> Clone for TargetLine<T>[src]
impl<T: Clone + TargetParams> Clone for TargetLine<T>fn clone(&self) -> TargetLine<T>[src]
fn clone(&self) -> TargetLine<T>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<T: Debug + TargetParams> Debug for TargetLine<T>[src]
impl<T: Debug + TargetParams> Debug for TargetLine<T>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<T: Eq + TargetParams> Eq for TargetLine<T>[src]
impl<T: Eq + TargetParams> Eq for TargetLine<T>impl<T: PartialEq + TargetParams> PartialEq for TargetLine<T>[src]
impl<T: PartialEq + TargetParams> PartialEq for TargetLine<T>fn eq(&self, other: &TargetLine<T>) -> bool[src]
fn eq(&self, other: &TargetLine<T>) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TargetLine<T>) -> bool[src]
fn ne(&self, other: &TargetLine<T>) -> boolThis method tests for !=.
Auto Trait Implementations
impl<T> Send for TargetLine<T> where
T: Send,
impl<T> Send for TargetLine<T> where
T: Send, impl<T> Sync for TargetLine<T> where
T: Sync,
impl<T> Sync for TargetLine<T> where
T: Sync,