Struct rustix::thread::SVEVectorLengthConfig
source · pub struct SVEVectorLengthConfig {
pub vector_length_in_bytes: u32,
pub vector_length_inherited_across_execve: bool,
}Available on crate feature
thread only.Expand description
Scalable Vector Extension vector length configuration.
Fields§
§vector_length_in_bytes: u32Vector length in bytes.
vector_length_inherited_across_execve: boolVector length inherited across execve.
Trait Implementations§
source§impl Clone for SVEVectorLengthConfig
impl Clone for SVEVectorLengthConfig
source§fn clone(&self) -> SVEVectorLengthConfig
fn clone(&self) -> SVEVectorLengthConfig
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 SVEVectorLengthConfig
impl Debug for SVEVectorLengthConfig
source§impl PartialEq<SVEVectorLengthConfig> for SVEVectorLengthConfig
impl PartialEq<SVEVectorLengthConfig> for SVEVectorLengthConfig
source§fn eq(&self, other: &SVEVectorLengthConfig) -> bool
fn eq(&self, other: &SVEVectorLengthConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.