#[repr(C)]pub struct script_glyphprop {
pub sva: SCRIPT_VISATTR,
pub reserved: u16,
}Fields§
§sva: SCRIPT_VISATTR§reserved: u16Trait Implementations§
Source§impl Abi for script_glyphprop
impl Abi for script_glyphprop
Source§type Abi = script_glyphprop
type Abi = script_glyphprop
The abi representation of the implementing type. Read more
type DefaultType = script_glyphprop
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 script_glyphprop
impl Clone for script_glyphprop
Source§fn clone(&self) -> script_glyphprop
fn clone(&self) -> script_glyphprop
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 script_glyphprop
impl Debug for script_glyphprop
Source§impl Default for script_glyphprop
impl Default for script_glyphprop
Source§impl PartialEq for script_glyphprop
impl PartialEq for script_glyphprop
impl Copy for script_glyphprop
impl Eq for script_glyphprop
Auto Trait Implementations§
impl Freeze for script_glyphprop
impl RefUnwindSafe for script_glyphprop
impl Send for script_glyphprop
impl Sync for script_glyphprop
impl Unpin for script_glyphprop
impl UnwindSafe for script_glyphprop
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