Struct windows_sys::Web::Syndication::SyndicationTextType
[−]#[repr(transparent)]pub struct SyndicationTextType(pub i32);
Expand description
Required features: ‘Web_Syndication’
Tuple Fields
0: i32
Implementations
impl SyndicationTextType
impl SyndicationTextType
Trait Implementations
impl Clone for SyndicationTextType
impl Clone for SyndicationTextType
impl Copy for SyndicationTextType
Auto Trait Implementations
impl RefUnwindSafe for SyndicationTextType
impl Send for SyndicationTextType
impl Sync for SyndicationTextType
impl Unpin for SyndicationTextType
impl UnwindSafe for SyndicationTextType
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