#[repr(C)]pub struct cpdb_margin_t {
pub left: i32,
pub right: i32,
pub top: i32,
pub bottom: i32,
}Fields§
§left: i32§right: i32§top: i32§bottom: i32Trait Implementations§
Source§impl Debug for cpdb_margin_t
impl Debug for cpdb_margin_t
Source§impl Default for cpdb_margin_t
impl Default for cpdb_margin_t
Source§fn default() -> cpdb_margin_t
fn default() -> cpdb_margin_t
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for cpdb_margin_t
impl RefUnwindSafe for cpdb_margin_t
impl Send for cpdb_margin_t
impl Sync for cpdb_margin_t
impl Unpin for cpdb_margin_t
impl UnsafeUnpin for cpdb_margin_t
impl UnwindSafe for cpdb_margin_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