#[repr(C)]pub struct Clay_ScrollElementConfig {
pub horizontal: bool,
pub vertical: bool,
}Fields§
§horizontal: bool§vertical: boolTrait Implementations§
Source§impl Clone for Clay_ScrollElementConfig
impl Clone for Clay_ScrollElementConfig
Source§fn clone(&self) -> Clay_ScrollElementConfig
fn clone(&self) -> Clay_ScrollElementConfig
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_ScrollElementConfig
impl Debug for Clay_ScrollElementConfig
Source§impl From<Clay_ScrollElementConfig> for ScrollContainer
impl From<Clay_ScrollElementConfig> for ScrollContainer
Source§fn from(value: Clay_ScrollElementConfig) -> Self
fn from(value: Clay_ScrollElementConfig) -> Self
Converts to this type from the input type.
Source§impl From<ScrollContainer> for Clay_ScrollElementConfig
impl From<ScrollContainer> for Clay_ScrollElementConfig
Source§fn from(value: ScrollContainer) -> Self
fn from(value: ScrollContainer) -> Self
Converts to this type from the input type.
impl Copy for Clay_ScrollElementConfig
Auto Trait Implementations§
impl Freeze for Clay_ScrollElementConfig
impl RefUnwindSafe for Clay_ScrollElementConfig
impl Send for Clay_ScrollElementConfig
impl Sync for Clay_ScrollElementConfig
impl Unpin for Clay_ScrollElementConfig
impl UnwindSafe for Clay_ScrollElementConfig
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