pub struct Flex { /* private fields */ }
Expand description
Flex group arranger.
Implementations§
Source§impl Flex
impl Flex
Sourcepub fn with_options(options: FlexOptions) -> Self
pub fn with_options(options: FlexOptions) -> Self
Create a flex arranger with the provided options.
Sourcepub fn with_options_ptr(options: FlexOptions) -> ArrangerPtr
pub fn with_options_ptr(options: FlexOptions) -> ArrangerPtr
Create a boxed flex arranger with the provided options.
Sourcepub fn new_ptr() -> ArrangerPtr
pub fn new_ptr() -> ArrangerPtr
Create a boxed flex arranger with default options.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Flex
impl RefUnwindSafe for Flex
impl Send for Flex
impl Sync for Flex
impl Unpin for Flex
impl UnwindSafe for Flex
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