Struct RECO_GUIDE
#[repr(C)]pub struct RECO_GUIDE {
pub xOrigin: i32,
pub yOrigin: i32,
pub cxBox: i32,
pub cyBox: i32,
pub cxBase: i32,
pub cyBase: i32,
pub cHorzBox: i32,
pub cVertBox: i32,
pub cyMid: i32,
}
Fields§
§xOrigin: i32
§yOrigin: i32
§cxBox: i32
§cyBox: i32
§cxBase: i32
§cyBase: i32
§cHorzBox: i32
§cVertBox: i32
§cyMid: i32
Trait Implementations§
§impl Clone for RECO_GUIDE
impl Clone for RECO_GUIDE
§fn clone(&self) -> RECO_GUIDE
fn clone(&self) -> RECO_GUIDE
Returns a copy 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 moreimpl Copy for RECO_GUIDE
Auto Trait Implementations§
impl Freeze for RECO_GUIDE
impl RefUnwindSafe for RECO_GUIDE
impl Send for RECO_GUIDE
impl Sync for RECO_GUIDE
impl Unpin for RECO_GUIDE
impl UnwindSafe for RECO_GUIDE
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