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