Struct windows::Storage::Streams::InputStreamOptions
#[repr(transparent)]pub struct InputStreamOptions(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl InputStreamOptions
impl InputStreamOptions
§impl InputStreamOptions
impl InputStreamOptions
Trait Implementations§
§impl BitAnd for InputStreamOptions
impl BitAnd for InputStreamOptions
§impl BitAndAssign for InputStreamOptions
impl BitAndAssign for InputStreamOptions
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for InputStreamOptions
impl BitOr for InputStreamOptions
§impl BitOrAssign for InputStreamOptions
impl BitOrAssign for InputStreamOptions
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for InputStreamOptions
impl Clone for InputStreamOptions
§fn clone(&self) -> InputStreamOptions
fn clone(&self) -> InputStreamOptions
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 more§impl Debug for InputStreamOptions
impl Debug for InputStreamOptions
§impl Default for InputStreamOptions
impl Default for InputStreamOptions
§fn default() -> InputStreamOptions
fn default() -> InputStreamOptions
Returns the “default value” for a type. Read more
§impl Not for InputStreamOptions
impl Not for InputStreamOptions
§impl PartialEq for InputStreamOptions
impl PartialEq for InputStreamOptions
§fn eq(&self, other: &InputStreamOptions) -> bool
fn eq(&self, other: &InputStreamOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for InputStreamOptions
impl Eq for InputStreamOptions
impl StructuralPartialEq for InputStreamOptions
Auto Trait Implementations§
impl Freeze for InputStreamOptions
impl RefUnwindSafe for InputStreamOptions
impl Send for InputStreamOptions
impl Sync for InputStreamOptions
impl Unpin for InputStreamOptions
impl UnwindSafe for InputStreamOptions
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)