Struct windows_sys::Win32::System::Ioctl::STARTING_LCN_INPUT_BUFFER
[−]#[repr(C)]pub struct STARTING_LCN_INPUT_BUFFER {
pub StartingLcn: i64,
}
Expand description
Required features: "Win32_System_Ioctl"
Fields
StartingLcn: i64
Trait Implementations
impl Clone for STARTING_LCN_INPUT_BUFFER
impl Clone for STARTING_LCN_INPUT_BUFFER
impl Copy for STARTING_LCN_INPUT_BUFFER
Auto Trait Implementations
impl RefUnwindSafe for STARTING_LCN_INPUT_BUFFER
impl Send for STARTING_LCN_INPUT_BUFFER
impl Sync for STARTING_LCN_INPUT_BUFFER
impl Unpin for STARTING_LCN_INPUT_BUFFER
impl UnwindSafe for STARTING_LCN_INPUT_BUFFER
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