#[repr(C)]pub struct RANGE_STRUCT {
pub from: u32,
pub to: u32,
}Fields§
§from: u32§to: u32Trait Implementations§
Source§impl Clone for RANGE_STRUCT
impl Clone for RANGE_STRUCT
Source§fn clone(&self) -> RANGE_STRUCT
fn clone(&self) -> RANGE_STRUCT
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 RANGE_STRUCT
impl Debug for RANGE_STRUCT
Source§impl From<RANGE_STRUCT> for Range
impl From<RANGE_STRUCT> for Range
impl Copy for RANGE_STRUCT
Auto Trait Implementations§
impl Freeze for RANGE_STRUCT
impl RefUnwindSafe for RANGE_STRUCT
impl Send for RANGE_STRUCT
impl Sync for RANGE_STRUCT
impl Unpin for RANGE_STRUCT
impl UnwindSafe for RANGE_STRUCT
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