Struct core_foundation_sys::base::CFRange  
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct CFRange { pub location: CFIndex, pub length: CFIndex, }
Fields
location: CFIndex
                           
                           
                           length: CFIndex
                           Methods
impl CFRange[src]
Trait Implementations
impl Clone for CFRange[src]
fn clone(&self) -> CFRange
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