#[repr(C)]pub struct ComponentTransferPrimitive {
    pub input: FilterPrimitiveInput,
}Fields§
§input: FilterPrimitiveInputTrait Implementations§
Source§impl Clone for ComponentTransferPrimitive
 
impl Clone for ComponentTransferPrimitive
Source§fn clone(&self) -> ComponentTransferPrimitive
 
fn clone(&self) -> ComponentTransferPrimitive
Returns a duplicate 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 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