pub struct SaPartFuncMats {
pub sa_forward_part_func_mat: PartFuncMat,
pub sa_forward_part_func_mat_4_char_align: PartFuncMat,
pub sa_forward_part_func_mat_4_gap_1: PartFuncMat,
pub sa_forward_part_func_mat_4_gap_2: PartFuncMat,
pub sa_backward_part_func_mat_4_char_align: PartFuncMat,
pub sa_backward_part_func_mat_4_gap_1: PartFuncMat,
pub sa_backward_part_func_mat_4_gap_2: PartFuncMat,
}Fields§
§sa_forward_part_func_mat: PartFuncMat§sa_forward_part_func_mat_4_char_align: PartFuncMat§sa_forward_part_func_mat_4_gap_1: PartFuncMat§sa_forward_part_func_mat_4_gap_2: PartFuncMat§sa_backward_part_func_mat_4_char_align: PartFuncMat§sa_backward_part_func_mat_4_gap_1: PartFuncMat§sa_backward_part_func_mat_4_gap_2: PartFuncMatAuto Trait Implementations§
impl Freeze for SaPartFuncMats
impl RefUnwindSafe for SaPartFuncMats
impl Send for SaPartFuncMats
impl Sync for SaPartFuncMats
impl Unpin for SaPartFuncMats
impl UnwindSafe for SaPartFuncMats
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