#[repr(C)]pub struct _cef_range_t {
pub from: u32,
pub to: u32,
}Expand description
Structure representing a range.
Fields§
§from: u32§to: u32Trait Implementations§
Source§impl Clone for _cef_range_t
impl Clone for _cef_range_t
Source§fn clone(&self) -> _cef_range_t
fn clone(&self) -> _cef_range_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _cef_range_t
impl Debug for _cef_range_t
impl Copy for _cef_range_t
Auto Trait Implementations§
impl Freeze for _cef_range_t
impl RefUnwindSafe for _cef_range_t
impl Send for _cef_range_t
impl Sync for _cef_range_t
impl Unpin for _cef_range_t
impl UnwindSafe for _cef_range_t
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