pub struct Range {
pub from: u32,
pub to: u32,
}Expand description
See _cef_range_t for more documentation.
Fields§
§from: u32§to: u32Trait Implementations§
Source§impl From<Range> for _cef_range_t
impl From<Range> for _cef_range_t
Source§impl From<_cef_range_t> for Range
impl From<_cef_range_t> for Range
Source§fn from(value: _cef_range_t) -> Self
fn from(value: _cef_range_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Range
impl RefUnwindSafe for Range
impl Send for Range
impl Sync for Range
impl Unpin for Range
impl UnwindSafe for Range
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more