pub struct DirectForm1Wide {
pub x: [i32; 2],
pub y: [i64; 2],
}Expand description
SOS state with wide Y
Fields§
§x: [i32; 2]X state
[x1, x2]
y: [i64; 2]Y state
[y1, y2]
Trait Implementations§
Source§impl Clone for DirectForm1Wide
impl Clone for DirectForm1Wide
Source§fn clone(&self) -> DirectForm1Wide
fn clone(&self) -> DirectForm1Wide
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 DirectForm1Wide
impl Debug for DirectForm1Wide
Source§impl Default for DirectForm1Wide
impl Default for DirectForm1Wide
Source§fn default() -> DirectForm1Wide
fn default() -> DirectForm1Wide
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DirectForm1Wide
impl<'de> Deserialize<'de> for DirectForm1Wide
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 Serialize for DirectForm1Wide
impl Serialize for DirectForm1Wide
Auto Trait Implementations§
impl Freeze for DirectForm1Wide
impl RefUnwindSafe for DirectForm1Wide
impl Send for DirectForm1Wide
impl Sync for DirectForm1Wide
impl Unpin for DirectForm1Wide
impl UnwindSafe for DirectForm1Wide
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