Struct rustix::thread::SVEVectorLengthConfig
source · pub struct SVEVectorLengthConfig {
pub vector_length_in_bytes: u32,
pub vector_length_inherited_across_execve: bool,
}
Expand description
Scalable Vector Extension vector length configuration.
Fields§
§vector_length_in_bytes: u32
Vector length in bytes.
vector_length_inherited_across_execve: bool
Vector 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 for SVEVectorLengthConfig
impl PartialEq 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 ==
.impl Copy for SVEVectorLengthConfig
impl Eq for SVEVectorLengthConfig
impl StructuralPartialEq for SVEVectorLengthConfig
Auto Trait Implementations§
impl Freeze for SVEVectorLengthConfig
impl RefUnwindSafe for SVEVectorLengthConfig
impl Send for SVEVectorLengthConfig
impl Sync for SVEVectorLengthConfig
impl Unpin for SVEVectorLengthConfig
impl UnwindSafe for SVEVectorLengthConfig
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