Struct objc_foundation::NSRange [] [src]

#[repr(C)]
pub struct NSRange { pub location: usize, pub length: usize, }

Fields

Methods

impl NSRange
[src]

[src]

[src]

Trait Implementations

impl Clone for NSRange
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for NSRange
[src]

Auto Trait Implementations

impl Send for NSRange

impl Sync for NSRange