Struct link_args::windows::msvc::ArgSize[][src]

pub struct ArgSize;

Constants and functions to help to calculate the byte length of an argument.

Implementations

impl ArgSize[src]

pub const STACK_SIZE: usize[src]

The size of STACK directive with a reserve value.

pub const STACK_SIZE_WITH_COMMIT: usize[src]

The size of STACK directive with reserve and commit values.

pub const DISABLE_ALL_DEFAULT_LIBS: usize[src]

The size of the NODEFAULTLIB directive without any values.

pub const fn default_lib(lib: &str) -> usize[src]

The size of the DEFAULTLIB directive.

pub const fn no_default_lib(lib: &str) -> usize[src]

The size of the NODEFAULTLIB directive with a value.

Auto Trait Implementations

impl Send for ArgSize

impl Sync for ArgSize

impl Unpin for ArgSize

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.