#[repr(C)]pub struct Clay_FloatingAttachPoints {
pub element: Clay_FloatingAttachPointType,
pub parent: Clay_FloatingAttachPointType,
}Fields§
§element: Clay_FloatingAttachPointType§parent: Clay_FloatingAttachPointTypeTrait Implementations§
Source§impl Clone for Clay_FloatingAttachPoints
impl Clone for Clay_FloatingAttachPoints
Source§fn clone(&self) -> Clay_FloatingAttachPoints
fn clone(&self) -> Clay_FloatingAttachPoints
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 Clay_FloatingAttachPoints
impl Debug for Clay_FloatingAttachPoints
impl Copy for Clay_FloatingAttachPoints
Auto Trait Implementations§
impl Freeze for Clay_FloatingAttachPoints
impl RefUnwindSafe for Clay_FloatingAttachPoints
impl Send for Clay_FloatingAttachPoints
impl Sync for Clay_FloatingAttachPoints
impl Unpin for Clay_FloatingAttachPoints
impl UnwindSafe for Clay_FloatingAttachPoints
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