#[repr(C)]pub struct tvec3 {
pub x: libfive_tree,
pub y: libfive_tree,
pub z: libfive_tree,
}
Fields§
§x: libfive_tree
§y: libfive_tree
§z: libfive_tree
Trait Implementations§
impl Copy for tvec3
impl Eq for tvec3
impl StructuralPartialEq for tvec3
Auto Trait Implementations§
impl Freeze for tvec3
impl RefUnwindSafe for tvec3
impl !Send for tvec3
impl !Sync for tvec3
impl Unpin for tvec3
impl UnwindSafe for tvec3
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