#[repr(C)]pub struct Sci_RangeToFormat {
pub hdc: Sci_SurfaceID,
pub hdcTarget: Sci_SurfaceID,
pub rc: Sci_Rectangle,
pub rcPage: Sci_Rectangle,
pub chrg: Sci_CharacterRange,
}Fields§
§hdc: Sci_SurfaceID§hdcTarget: Sci_SurfaceID§rc: Sci_Rectangle§rcPage: Sci_Rectangle§chrg: Sci_CharacterRangeTrait Implementations§
Source§impl Clone for Sci_RangeToFormat
impl Clone for Sci_RangeToFormat
Source§fn clone(&self) -> Sci_RangeToFormat
fn clone(&self) -> Sci_RangeToFormat
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 Sci_RangeToFormat
impl Debug for Sci_RangeToFormat
impl Copy for Sci_RangeToFormat
Auto Trait Implementations§
impl Freeze for Sci_RangeToFormat
impl RefUnwindSafe for Sci_RangeToFormat
impl !Send for Sci_RangeToFormat
impl !Sync for Sci_RangeToFormat
impl Unpin for Sci_RangeToFormat
impl UnwindSafe for Sci_RangeToFormat
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