Struct CHARRANGE
#[repr(C)]pub struct CHARRANGE {
pub cpMin: i32,
pub cpMax: i32,
}
Fields§
§cpMin: i32
§cpMax: i32
Trait Implementations§
impl Copy for CHARRANGE
impl StructuralPartialEq for CHARRANGE
Auto Trait Implementations§
impl Freeze for CHARRANGE
impl RefUnwindSafe for CHARRANGE
impl Send for CHARRANGE
impl Sync for CHARRANGE
impl Unpin for CHARRANGE
impl UnwindSafe for CHARRANGE
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