#[repr(C)]pub struct ExpandedObjectMethods {
pub get_flat_size: EOM_get_flat_size_method,
pub flatten_into: EOM_flatten_into_method,
}
Fields§
§get_flat_size: EOM_get_flat_size_method
§flatten_into: EOM_flatten_into_method
Trait Implementations§
Source§impl Clone for ExpandedObjectMethods
impl Clone for ExpandedObjectMethods
Source§fn clone(&self) -> ExpandedObjectMethods
fn clone(&self) -> ExpandedObjectMethods
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 ExpandedObjectMethods
impl Debug for ExpandedObjectMethods
Source§impl Default for ExpandedObjectMethods
impl Default for ExpandedObjectMethods
Source§fn default() -> ExpandedObjectMethods
fn default() -> ExpandedObjectMethods
Returns the “default value” for a type. Read more
impl Copy for ExpandedObjectMethods
Auto Trait Implementations§
impl Freeze for ExpandedObjectMethods
impl RefUnwindSafe for ExpandedObjectMethods
impl Send for ExpandedObjectMethods
impl Sync for ExpandedObjectMethods
impl Unpin for ExpandedObjectMethods
impl UnwindSafe for ExpandedObjectMethods
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