pub struct TGateData {
pub primed: bool,
pub adjoint: bool,
/* private fields */
}Expand description
Store what kind of T gate is being implemented.
Fields§
§primed: bool§adjoint: boolImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for TGateData
impl<'de> Deserialize<'de> for TGateData
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 Distribution<TGateData> for StandardUniform
impl Distribution<TGateData> for StandardUniform
impl Copy for TGateData
impl Eq for TGateData
impl StructuralPartialEq for TGateData
Auto Trait Implementations§
impl Freeze for TGateData
impl RefUnwindSafe for TGateData
impl Send for TGateData
impl Sync for TGateData
impl Unpin for TGateData
impl UnwindSafe for TGateData
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