#[repr(C)]pub struct LayoutCallbackInner {
pub cb: LayoutCallbackType,
}Fields§
§cb: LayoutCallbackTypeTrait Implementations§
Source§impl Clone for LayoutCallbackInner
impl Clone for LayoutCallbackInner
Source§impl Debug for LayoutCallbackInner
impl Debug for LayoutCallbackInner
Source§impl Display for LayoutCallbackInner
impl Display for LayoutCallbackInner
Source§impl Hash for LayoutCallbackInner
impl Hash for LayoutCallbackInner
Source§impl Ord for LayoutCallbackInner
impl Ord for LayoutCallbackInner
Source§impl PartialEq for LayoutCallbackInner
impl PartialEq for LayoutCallbackInner
Source§impl PartialOrd for LayoutCallbackInner
impl PartialOrd for LayoutCallbackInner
impl Copy for LayoutCallbackInner
impl Eq for LayoutCallbackInner
Auto Trait Implementations§
impl Freeze for LayoutCallbackInner
impl RefUnwindSafe for LayoutCallbackInner
impl Send for LayoutCallbackInner
impl Sync for LayoutCallbackInner
impl Unpin for LayoutCallbackInner
impl UnwindSafe for LayoutCallbackInner
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more