pub struct PLYLayout { /* private fields */ }Expand description
A dynamic layout that can be queried from Objective-C.
Implementations§
Trait Implementations§
Source§impl Raw for PLYLayout
impl Raw for PLYLayout
Auto Trait Implementations§
impl Freeze for PLYLayout
impl RefUnwindSafe for PLYLayout
impl !Send for PLYLayout
impl !Sync for PLYLayout
impl Unpin for PLYLayout
impl UnsafeUnpin for PLYLayout
impl UnwindSafe for PLYLayout
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