pub struct IBuffer(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Interface for IBuffer
impl Interface for IBuffer
const IID: Guid
type Vtable = IBuffer_abi
Source§impl<'a> IntoParam<'a, IBuffer> for &'a Buffer
impl<'a> IntoParam<'a, IBuffer> for &'a Buffer
fn into_param(self) -> Param<'a, IBuffer>
Source§impl<'a> IntoParam<'a, Object> for &'a IBuffer
impl<'a> IntoParam<'a, Object> for &'a IBuffer
fn into_param(self) -> Param<'a, Object>
Source§impl RuntimeType for IBuffer
impl RuntimeType for IBuffer
const SIGNATURE: ConstBuffer
type DefaultType = Option<IBuffer>
impl Eq for IBuffer
impl StructuralPartialEq for IBuffer
Auto Trait Implementations§
impl Freeze for IBuffer
impl RefUnwindSafe for IBuffer
impl !Send for IBuffer
impl !Sync for IBuffer
impl Unpin for IBuffer
impl UnwindSafe for IBuffer
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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