Struct windows_sys::Foundation::Metadata::MarshalingType
[−]#[repr(transparent)]pub struct MarshalingType(pub i32);
Expand description
Required features: ‘Foundation_Metadata’
Tuple Fields
0: i32
Implementations
impl MarshalingType
impl MarshalingType
Trait Implementations
impl Clone for MarshalingType
impl Clone for MarshalingType
impl Copy for MarshalingType
Auto Trait Implementations
impl RefUnwindSafe for MarshalingType
impl Send for MarshalingType
impl Sync for MarshalingType
impl Unpin for MarshalingType
impl UnwindSafe for MarshalingType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more