pub struct GlobalLayoutConfig {
pub matrix_layout: MatrixLayout,
pub check_row_bounds: bool,
pub check_col_bounds: bool,
}Fields§
§matrix_layout: MatrixLayout§check_row_bounds: bool§check_col_bounds: boolTrait Implementations§
Source§impl Clone for GlobalLayoutConfig
impl Clone for GlobalLayoutConfig
Source§fn clone(&self) -> GlobalLayoutConfig
fn clone(&self) -> GlobalLayoutConfig
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 GlobalLayoutConfig
impl Debug for GlobalLayoutConfig
Source§impl Default for GlobalLayoutConfig
impl Default for GlobalLayoutConfig
Source§fn default() -> GlobalLayoutConfig
fn default() -> GlobalLayoutConfig
Returns the “default value” for a type. Read more
Source§impl From<GlobalMemoryConfig> for GlobalLayoutConfig
impl From<GlobalMemoryConfig> for GlobalLayoutConfig
Source§fn from(value: GlobalMemoryConfig) -> Self
fn from(value: GlobalMemoryConfig) -> Self
Converts to this type from the input type.
Source§impl Hash for GlobalLayoutConfig
impl Hash for GlobalLayoutConfig
Source§impl PartialEq for GlobalLayoutConfig
impl PartialEq for GlobalLayoutConfig
impl Copy for GlobalLayoutConfig
impl Eq for GlobalLayoutConfig
impl StructuralPartialEq for GlobalLayoutConfig
Auto Trait Implementations§
impl Freeze for GlobalLayoutConfig
impl RefUnwindSafe for GlobalLayoutConfig
impl Send for GlobalLayoutConfig
impl Sync for GlobalLayoutConfig
impl Unpin for GlobalLayoutConfig
impl UnwindSafe for GlobalLayoutConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.