pub struct Srlab2 {
pub l: f32,
pub a: f32,
pub b: f32,
}Fields§
§l: f32§a: f32§b: f32Implementations§
Trait Implementations§
Source§impl PartialOrd for Srlab2
impl PartialOrd for Srlab2
impl Copy for Srlab2
impl StructuralPartialEq for Srlab2
Auto Trait Implementations§
impl Freeze for Srlab2
impl RefUnwindSafe for Srlab2
impl Send for Srlab2
impl Sync for Srlab2
impl Unpin for Srlab2
impl UnsafeUnpin for Srlab2
impl UnwindSafe for Srlab2
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