Struct makepad_widgets::shader::std::windows::Storage::Streams::InputStreamOptions
#[repr(transparent)]pub struct InputStreamOptions(pub u32);Tuple Fields§
§0: u32Implementations§
§impl InputStreamOptions
impl InputStreamOptions
pub const fn contains(&self, other: InputStreamOptions) -> bool
§impl InputStreamOptions
impl InputStreamOptions
pub const None: InputStreamOptions = _
pub const Partial: InputStreamOptions = _
pub const ReadAhead: InputStreamOptions = _
Trait Implementations§
§impl BitAnd<InputStreamOptions> for InputStreamOptions
impl BitAnd<InputStreamOptions> for InputStreamOptions
§type Output = InputStreamOptions
type Output = InputStreamOptions
The resulting type after applying the
& operator.§fn bitand(self, other: InputStreamOptions) -> InputStreamOptions
fn bitand(self, other: InputStreamOptions) -> InputStreamOptions
Performs the
& operation. Read more§impl BitAndAssign<InputStreamOptions> for InputStreamOptions
impl BitAndAssign<InputStreamOptions> for InputStreamOptions
§fn bitand_assign(&mut self, other: InputStreamOptions)
fn bitand_assign(&mut self, other: InputStreamOptions)
Performs the
&= operation. Read more§impl BitOr<InputStreamOptions> for InputStreamOptions
impl BitOr<InputStreamOptions> for InputStreamOptions
§type Output = InputStreamOptions
type Output = InputStreamOptions
The resulting type after applying the
| operator.§fn bitor(self, other: InputStreamOptions) -> InputStreamOptions
fn bitor(self, other: InputStreamOptions) -> InputStreamOptions
Performs the
| operation. Read more§impl BitOrAssign<InputStreamOptions> for InputStreamOptions
impl BitOrAssign<InputStreamOptions> for InputStreamOptions
§fn bitor_assign(&mut self, other: InputStreamOptions)
fn bitor_assign(&mut self, other: InputStreamOptions)
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
§type Output = InputStreamOptions
type Output = InputStreamOptions
The resulting type after applying the
! operator.§fn not(self) -> InputStreamOptions
fn not(self) -> InputStreamOptions
Performs the unary
! operation. Read more§impl PartialEq<InputStreamOptions> for InputStreamOptions
impl PartialEq<InputStreamOptions> 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 StructuralEq for InputStreamOptions
impl StructuralPartialEq 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§
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