Struct core_foundation_sys::base::CFRange [] [src]

#[repr(C)]
pub struct CFRange { pub location: CFIndex, pub length: CFIndex, }

Fields

Methods

impl CFRange
[src]

Trait Implementations

impl Clone for CFRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CFRange
[src]