Struct windows_sys::Win32::System::Rpc::NDR64_RANGE_FORMAT
[−]#[repr(C)]pub struct NDR64_RANGE_FORMAT {
pub FormatCode: u8,
pub RangeType: u8,
pub Reserved: u16,
pub MinValue: i64,
pub MaxValue: i64,
}
Expand description
Required features: ‘Win32_System_Rpc’
Fields
FormatCode: u8
RangeType: u8
Reserved: u16
MinValue: i64
MaxValue: i64
Trait Implementations
impl Clone for NDR64_RANGE_FORMAT
impl Clone for NDR64_RANGE_FORMAT
impl Copy for NDR64_RANGE_FORMAT
Auto Trait Implementations
impl RefUnwindSafe for NDR64_RANGE_FORMAT
impl Send for NDR64_RANGE_FORMAT
impl Sync for NDR64_RANGE_FORMAT
impl Unpin for NDR64_RANGE_FORMAT
impl UnwindSafe for NDR64_RANGE_FORMAT
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