pub struct RawInlineObject(/* private fields */);Implementations§
Source§impl RawInlineObject
impl RawInlineObject
pub unsafe fn new(ptr: *mut IDWriteInlineObject) -> Self
pub unsafe fn into_raw(self) -> *mut IDWriteInlineObject
Trait Implementations§
Source§impl Clone for RawInlineObject
impl Clone for RawInlineObject
Source§fn clone(&self) -> RawInlineObject
fn clone(&self) -> RawInlineObject
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl IntoInlineObject for RawInlineObject
impl IntoInlineObject for RawInlineObject
unsafe fn into_iobj(self) -> *mut IDWriteInlineObject
Source§impl PartialEq for RawInlineObject
impl PartialEq for RawInlineObject
Source§fn eq(&self, other: &RawInlineObject) -> bool
fn eq(&self, other: &RawInlineObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RawInlineObject
impl Eq for RawInlineObject
impl StructuralPartialEq for RawInlineObject
Auto Trait Implementations§
impl Freeze for RawInlineObject
impl RefUnwindSafe for RawInlineObject
impl !Send for RawInlineObject
impl !Sync for RawInlineObject
impl Unpin for RawInlineObject
impl UnsafeUnpin for RawInlineObject
impl UnwindSafe for RawInlineObject
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