Struct core_foundation::base::CFRange
source · Fields
location: i64length: i64Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CFRange
impl Send for CFRange
impl Sync for CFRange
impl Unpin for CFRange
impl UnwindSafe for CFRange
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more