#[repr(C)]pub struct ComponentTransferPrimitive {
pub input: FilterPrimitiveInput,
}
Fields§
§input: FilterPrimitiveInput
Trait Implementations§
source§impl Clone for ComponentTransferPrimitive
impl Clone for ComponentTransferPrimitive
source§fn clone(&self) -> ComponentTransferPrimitive
fn clone(&self) -> ComponentTransferPrimitive
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 ComponentTransferPrimitive
impl Debug for ComponentTransferPrimitive
source§impl Default for ComponentTransferPrimitive
impl Default for ComponentTransferPrimitive
source§fn default() -> ComponentTransferPrimitive
fn default() -> ComponentTransferPrimitive
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ComponentTransferPrimitive
impl<'de> Deserialize<'de> for ComponentTransferPrimitive
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for ComponentTransferPrimitive
impl PartialEq for ComponentTransferPrimitive
source§fn eq(&self, other: &ComponentTransferPrimitive) -> bool
fn eq(&self, other: &ComponentTransferPrimitive) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Peek for ComponentTransferPrimitive
impl Peek for ComponentTransferPrimitive
source§impl Poke for ComponentTransferPrimitive
impl Poke for ComponentTransferPrimitive
impl Copy for ComponentTransferPrimitive
impl StructuralPartialEq for ComponentTransferPrimitive
Auto Trait Implementations§
impl Freeze for ComponentTransferPrimitive
impl RefUnwindSafe for ComponentTransferPrimitive
impl Send for ComponentTransferPrimitive
impl Sync for ComponentTransferPrimitive
impl Unpin for ComponentTransferPrimitive
impl UnwindSafe for ComponentTransferPrimitive
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