#[repr(C)]pub struct TABLECELLPARMS {}
Fields§
§dxWidth: i32
§_bitfield: u16
§wShading: u16
§dxBrdrLeft: i16
§dyBrdrTop: i16
§dxBrdrRight: i16
§dyBrdrBottom: i16
§crBrdrLeft: u32
§crBrdrTop: u32
§crBrdrRight: u32
§crBrdrBottom: u32
§crBackPat: u32
§crForePat: u32
Trait Implementations§
Source§impl Abi for TABLECELLPARMS
impl Abi for TABLECELLPARMS
Source§type Abi = TABLECELLPARMS
type Abi = TABLECELLPARMS
The abi representation of the implementing type. Read more
type DefaultType = TABLECELLPARMS
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType
to Result<T>
.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for TABLECELLPARMS
impl Clone for TABLECELLPARMS
Source§fn clone(&self) -> TABLECELLPARMS
fn clone(&self) -> TABLECELLPARMS
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 moreSource§impl Debug for TABLECELLPARMS
impl Debug for TABLECELLPARMS
Source§impl Default for TABLECELLPARMS
impl Default for TABLECELLPARMS
Source§impl PartialEq for TABLECELLPARMS
impl PartialEq for TABLECELLPARMS
impl Copy for TABLECELLPARMS
impl Eq for TABLECELLPARMS
Auto Trait Implementations§
impl Freeze for TABLECELLPARMS
impl RefUnwindSafe for TABLECELLPARMS
impl Send for TABLECELLPARMS
impl Sync for TABLECELLPARMS
impl Unpin for TABLECELLPARMS
impl UnwindSafe for TABLECELLPARMS
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